private plan seems to be working
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user