diff --git a/rowers/stravastuff.py b/rowers/stravastuff.py index ea46c3e5..de47568d 100644 --- a/rowers/stravastuff.py +++ b/rowers/stravastuff.py @@ -561,7 +561,8 @@ def workout_strava_upload(user,w): res,mes = handle_stravaexport( f,w.name, r.stravatoken, - description=w.notes+'\n from '+w.workoutsource+' via rowsandall.com') + description=w.notes+'\n from '+w.workoutsource+' via rowsandall.com', + activity_type=r.stravaexportas) if res==0: message = mes w.uploadedtostrava = -1