Private
Public Access
1
0

update settings

This commit is contained in:
2024-12-06 17:42:13 +01:00
parent ab066941a1
commit ad98e02c7d
2 changed files with 11 additions and 0 deletions

View File

@@ -145,6 +145,8 @@ def do_sync(w, options, quick=False):
w.privacy = 'hidden'
w.save()
record = create_or_update_syncrecord(w.user, w, stravaid=options['stravaid'])
# strava, we shall not sync to other sites -> return
return 1
except KeyError:
pass