Private
Public Access
1
0

adding garmin id

This commit is contained in:
Sander Roosendaal
2020-07-16 22:07:45 +02:00
parent b0d7952fe3
commit 4b192addf2
3 changed files with 19 additions and 1 deletions

View File

@@ -534,6 +534,15 @@ def do_sync(w,options, quick=False):
except KeyError:
pass
try:
if options['garmind'] != 0 and options['garminid'] != '':
w.uploadedtogarmin = options['garminid']
w.save()
except KeyError:
pass
if ('upload_to_C2' in options and options['upload_to_C2']) or (w.user.c2_auto_export):
try: