Private
Public Access
1
0

Merge branch 'feature/asyncsync' of bitbucket.org:sanderroosendaal/rowsandall into feature/asyncsync

This commit is contained in:
Sander Roosendaal
2020-03-10 18:40:27 +01:00
5 changed files with 113 additions and 41 deletions

View File

@@ -4822,7 +4822,7 @@ def workout_upload_view(request,
if (upload_to_strava):
try:
message,id = stravastuff.workout_strava_upload(
request.user,w
request.user,w,
)
except NoTokenError:
id = 0