Private
Public Access
1
0

replaced async with non keyword equivalent

This commit is contained in:
Sander Roosendaal
2020-03-10 06:18:45 +01:00
parent 050db5b560
commit 3d6f8e89cb
2 changed files with 3 additions and 3 deletions

View File

@@ -525,7 +525,7 @@ def do_sync(w,options, quick=False):
if ('upload_to_C2' in options and options['upload_to_C2']) or (w.user.c2_auto_export and ispromember(w.user.user)):
try:
message,id = c2stuff.workout_c2_upload(w.user.user,w,async=True)
message,id = c2stuff.workout_c2_upload(w.user.user,w,asynchron=True)
except NoTokenError:
id = 0
message = "Something went wrong with the Concept2 sync"