Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2022-04-12 10:01:29 +02:00
parent 24592f81ed
commit 172f598f69

View File

@@ -249,7 +249,6 @@ def get_execution_report(rower, startdate, enddate, plan=None):
for mm in micros: for mm in micros:
print(mm)
plannedscore = 0 plannedscore = 0
actualscore = 0 actualscore = 0
sps = get_sessions(rower, startdate=mm.startdate, enddate=mm.enddate) sps = get_sessions(rower, startdate=mm.startdate, enddate=mm.enddate)