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

@@ -240,7 +240,7 @@ def get_execution_report(rower, startdate, enddate, plan=None):
})
micros.append(micro)
startdate += timedelta(days=7)
# we've got micros, now get sessions
startdates = []
@@ -249,7 +249,6 @@ def get_execution_report(rower, startdate, enddate, plan=None):
for mm in micros:
print(mm)
plannedscore = 0
actualscore = 0
sps = get_sessions(rower, startdate=mm.startdate, enddate=mm.enddate)