Private
Public Access
1
0

private plan seems to be working

This commit is contained in:
2023-08-15 15:19:38 +02:00
parent 2db622fc3d
commit 32cf941d12
3 changed files with 13 additions and 2 deletions

View File

@@ -2623,6 +2623,8 @@ def rower_view_instantplan(request, id='', userid=0):
nextday['week'] = (divmod(i, 7)[0])+1
trainingdays2.append(nextday)
workouts = nextday['workouts']
try:
nextday = trainingdays.pop(0)
except IndexError: