strava export as rowing on auto export
This commit is contained in:
@@ -561,7 +561,8 @@ def workout_strava_upload(user,w):
|
|||||||
res,mes = handle_stravaexport(
|
res,mes = handle_stravaexport(
|
||||||
f,w.name,
|
f,w.name,
|
||||||
r.stravatoken,
|
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:
|
if res==0:
|
||||||
message = mes
|
message = mes
|
||||||
w.uploadedtostrava = -1
|
w.uploadedtostrava = -1
|
||||||
|
|||||||
Reference in New Issue
Block a user