Private
Public Access
1
0

fix no power * driveenergy sliders

This commit is contained in:
Sander Roosendaal
2017-05-15 09:48:28 +02:00
parent f17caf37b9
commit 3b3bb845d9
2 changed files with 40 additions and 6 deletions

View File

@@ -311,7 +311,7 @@ def workout_tp_upload(user,w):
tcxfile = createtpworkoutdata(w)
if tcxfile:
res,reason,status_code,headers = uploadactivity(
r.tptoken,tcxfile,
thetoken,tcxfile,
name=w.name
)
if res == 0: