Private
Public Access
1
0

fix progress bar in OTW physics

This commit is contained in:
Sander Roosendaal
2019-01-13 09:21:38 +01:00
parent 36349eede7
commit 8a44a84e5c
3 changed files with 2 additions and 2 deletions

View File

@@ -1413,7 +1413,7 @@ def handle_otwsetpower(self,f1, boattype, weightvalue,
secret = PROGRESS_CACHE_SECRET
progressurl += "/rowers/record-progress/"
progressurl += job_id
progressurl += job_id+'/'
# determine cache file name
physics_cache = 'media/'+str(boattype)+'_'+str(int(weightvalue))