Private
Public Access
1
0

C2 upload tested and working

This commit is contained in:
Sander Roosendaal
2020-03-10 11:54:40 +01:00
parent 3d6f8e89cb
commit f2635651aa
3 changed files with 23 additions and 3 deletions

View File

@@ -4810,7 +4810,7 @@ def workout_upload_view(request,
# upload to C2
if (upload_to_c2):
try:
message,id = c2stuff.workout_c2_upload(request.user,w)
message,id = c2stuff.workout_c2_upload(request.user,w,asynchron=True)
except NoTokenError:
id = 0
message = "Something went wrong with the Concept2 sync"