Private
Public Access
1
0

bug fixes

This commit is contained in:
Sander Roosendaal
2020-02-18 21:37:13 +01:00
parent fc6dd7e347
commit 38094d7b13
6 changed files with 35 additions and 33 deletions

View File

@@ -509,7 +509,7 @@ def make_private(w,options):
def do_sync(w,options):
try:
if options['stravaid'] != 0:
if options['stravaid'] != 0 and options['stravaid'] != '':
w.uploadedtostrava = options['stravaid']
options['upload_to_Strava'] = False
w.save()