Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2018-06-28 16:14:24 +02:00
parent 120b105118
commit e67e55bbb7

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