Private
Public Access
1
0

fixed alerts, manual testing completed

This commit is contained in:
2024-05-04 11:31:25 +02:00
parent 2544ea16a9
commit dfdaa566a0
4 changed files with 14 additions and 12 deletions

View File

@@ -281,7 +281,7 @@ def get_execution_report(rower, startdate, enddate, plan=None):
else:
plannedscore += 60
actualscore += 0
elif w.hrtss != 0:
elif w.hrtss >= 0:
if ratio > 0:
plannedscore += w.hrtss/ratio
actualscore += w.hrtss