From 7ff3500cc4b26b3f37a9fe03f225335931b05a8b Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Fri, 13 Jul 2018 09:21:09 +0200 Subject: [PATCH] strava export as rowing on auto export --- rowers/stravastuff.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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