Private
Public Access
1
0

adding runkeeper, fixing sporttracks bugs

This commit is contained in:
Sander Roosendaal
2020-03-11 17:55:07 +01:00
parent 35db5a3e2a
commit 2bc277beba
4 changed files with 35 additions and 3 deletions

View File

@@ -555,7 +555,7 @@ def do_sync(w,options, quick=False):
if ('upload_to_RunKeeper' in options and options['upload_to_RunKeeper']) or (w.user.runkeeper_auto_export and ispromember(w.user.user)):
try:
message,id = runkeeperstuff.workout_runkeeper_upload(
w.user.user,w
w.user.user,w,asynchron=True,
)
except NoTokenError:
message = "Please connect to Runkeeper first"