fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user