Private
Public Access
1
0

first batch of tests

This commit is contained in:
2024-12-03 20:39:59 +01:00
parent a69384fdd3
commit 66365b7b84
4 changed files with 228 additions and 13 deletions

View File

@@ -141,6 +141,8 @@ def do_sync(w, options, quick=False):
w.uploadedtostrava = options['stravaid']
# upload_to_strava = False
do_strava_export = False
w.workoutsource = 'strava'
w.privacy = 'hidden'
w.save()
record = create_or_update_syncrecord(w.user, w, stravaid=options['stravaid'])
except KeyError: