Private
Public Access
1
0

strava export as rowing on auto export

This commit is contained in:
Sander Roosendaal
2018-07-13 09:21:09 +02:00
parent 3219190f66
commit 7ff3500cc4

View File

@@ -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