fix
This commit is contained in:
@@ -1189,11 +1189,11 @@ def save_workout_database(f2, r, dosmooth=True, workouttype='rower',
|
||||
dragfactor = row.dragfactor
|
||||
|
||||
|
||||
t = datetime.datetime.strptime(duration, "%H:%M:%S.%f")
|
||||
#t = datetime.datetime.strptime(duration, "%H:%M:%S.%f")
|
||||
|
||||
|
||||
delta = datetime.timedelta(
|
||||
hours=t.hour, minutes=t.minute, seconds=t.second)
|
||||
seconds=totaltime)
|
||||
|
||||
workoutenddatetime = workoutstartdatetime+delta
|
||||
|
||||
|
||||
Reference in New Issue
Block a user