Private
Public Access
1
0

Merge branch 'hotfix/v7.12'

This commit is contained in:
Sander Roosendaal
2018-06-28 16:15:35 +02:00

View File

@@ -390,7 +390,7 @@ from rowers.utils import isprorower
def do_sync(w,options):
try:
if options['stravaid'] != 0:
w.uploadedtostrava = stravaid
w.uploadedtostrava = options['stravaid']
w.save()
except KeyError:
pass