Skip to content

Commit

Permalink
generator back to f
Browse files Browse the repository at this point in the history
  • Loading branch information
Yer1k committed Jan 30, 2024
1 parent b6f7cee commit f904707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_page/strava_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def run_strava_sync(client_id, client_secret, refresh_token, only_run=False):
generator.set_strava_config(client_id, client_secret, refresh_token)
# if you want to refresh data change False to True
generator.only_run = only_run
generator.sync(True)
generator.sync(False)

activities_list = generator.load()
with open(JSON_FILE, "w") as f:
Expand Down

0 comments on commit f904707

Please sign in to comment.