fix
This commit is contained in:
@@ -493,7 +493,8 @@ def calculate_goldmedalstandard(rower, workout, recurrance=True):
|
||||
wcdurations.append(record.duration)
|
||||
wcpower.append(record.power)
|
||||
else:
|
||||
getrecords = True
|
||||
pass
|
||||
# getrecords = True
|
||||
|
||||
if getrecords: # pragma: no cover
|
||||
durations = [1, 4, 30, 60]
|
||||
|
||||
Reference in New Issue
Block a user