sync stops if row is duplicate
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user