bugfix
This commit is contained in:
@@ -9195,7 +9195,7 @@ def workout_stravaimport_view(request,message=""):
|
|||||||
'start_date':item['start_date'],
|
'start_date':item['start_date'],
|
||||||
} for item in res.json()]
|
} for item in res.json()]
|
||||||
|
|
||||||
wfailed = Workout.objects.filter(user=rower,uploadedtostrava=-1)
|
wfailed = Workout.objects.filter(user=r,uploadedtostrava=-1)
|
||||||
|
|
||||||
for w in wfailed:
|
for w in wfailed:
|
||||||
for item in stravadata:
|
for item in stravadata:
|
||||||
|
|||||||
Reference in New Issue
Block a user