Private
Public Access
1
0

sync stops if row is duplicate

This commit is contained in:
Sander Roosendaal
2021-01-02 21:18:23 +01:00
parent 3acfa9d4a0
commit a8c0fb666e

View File

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