diff --git a/rowers/stravastuff.py b/rowers/stravastuff.py index 83f860e1..28900411 100644 --- a/rowers/stravastuff.py +++ b/rowers/stravastuff.py @@ -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') else: message = 'Strava activity update timed out.' - return (res.id,message) + return (0,message) return (res.id,message)