bug fixes
This commit is contained in:
@@ -1449,7 +1449,7 @@ def handle_otwsetpower(self,f1, boattype, weightvalue,
|
||||
except KeyError:
|
||||
pass
|
||||
df = getsmallrowdata_db(
|
||||
['power', 'workoutid', 'time'], ids=[workoutid],
|
||||
['power', 'workoutid', 'time'], ids=[encoder.decode_hex(workoutid)],
|
||||
debug=debug)
|
||||
thesecs = totaltime
|
||||
maxt = 1.05 * thesecs
|
||||
|
||||
Reference in New Issue
Block a user