Private
Public Access
1
0
This commit is contained in:
2025-11-15 16:02:18 +01:00
parent 6afb048ab2
commit fdb69f5330
2 changed files with 2 additions and 1 deletions

View File

@@ -486,7 +486,8 @@ def calculate_goldmedalstandard(rower, workout, recurrance=True):
getrecords = False
if not settings.TESTING: # pragma: no cover
if len(agerecords) == 0: # pragma: no cover
getrecords = True
pass
#getrecords = True
for record in agerecords: # pragma: no cover
if record.power > 0:

Binary file not shown.