strava upload fix
This commit is contained in:
@@ -290,7 +290,7 @@ def handle_stravaexport(f2,workoutname,stravatoken,description=''):
|
|||||||
act = client.update_activity(res.id,activity_type='Rowing',description=description,device_name='Rowsandall.com')
|
act = client.update_activity(res.id,activity_type='Rowing',description=description,device_name='Rowsandall.com')
|
||||||
else:
|
else:
|
||||||
message = 'Strava activity update timed out.'
|
message = 'Strava activity update timed out.'
|
||||||
return (res.id,message)
|
return (0,message)
|
||||||
|
|
||||||
return (res.id,message)
|
return (res.id,message)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user