added physics dept note taking
This commit is contained in:
@@ -422,11 +422,16 @@ def handle_otwsetpower(self,f1, boattype, weightvalue,
|
||||
|
||||
progressurl += "/rowers/record-progress/"
|
||||
progressurl += job_id
|
||||
|
||||
# determine cache file name
|
||||
physics_cache = 'media/'+str(boattype)+'_'+str(int(weightvalue))
|
||||
|
||||
|
||||
rowdata.otw_setpower_silent(skiprows=5, mc=weightvalue, rg=rg,
|
||||
powermeasured=powermeasured,
|
||||
progressurl=progressurl,
|
||||
secret=secret
|
||||
secret=secret,
|
||||
usetable=True,storetable=physics_cache,
|
||||
)
|
||||
|
||||
# save data
|
||||
|
||||
Reference in New Issue
Block a user