Private
Public Access
1
0

trainingpeaks to production

This commit is contained in:
Sander Roosendaal
2017-05-08 18:10:18 +02:00
parent 4b80e30b74
commit 358782fc0f
5 changed files with 6 additions and 9 deletions

View File

@@ -356,7 +356,6 @@ def workout_runkeeper_upload(user,w):
rkid = getidfromresponse(response)
rkuri = geturifromid(thetoken,rkid)
w.uploadedtorunkeeper = rkid
w.runkeeperuri = rkuri
w.save()
return '',rkid
else: