Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2021-05-01 16:14:23 +02:00
parent 0fa4c78e53
commit 3debaf7973
4 changed files with 5 additions and 5 deletions

View File

@@ -622,7 +622,7 @@ def do_sync(w,options, quick=False):
do_tp_export = w.user.trainingpeaks_auto_export
try:
try: # pragma: no cover
upload_to_tp = options['upload_to_SportTracks'] or do_tp_export
do_tp_export = upload_to_tp
except KeyError: