Private
Public Access
1
0

Merge branch 'release/v14.93'

This commit is contained in:
Sander Roosendaal
2021-01-02 21:25:56 +01:00

View File

@@ -524,6 +524,9 @@ def make_private(w,options):
return 1
def do_sync(w,options, quick=False):
if w.duplicate:
return 0
try:
upload_to_strava = options['upload_to_Strava']
except KeyError: