Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
NaturezzZ committed Dec 27, 2023
1 parent c75da4a commit 8cc6fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_page/garmin_sync_cn_global.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
for i in new_ids
if os.path.exists(os.path.join(folder, f"{i}.fit"))
]
print("Files to sync:" + ' '.join(to_upload_files))
print("Files to sync:" + " ".join(to_upload_files))
garmin_global_client = Garmin(
secret_string_global,
config("sync", "garmin", "authentication_domain"),
Expand Down

0 comments on commit 8cc6fd4

Please sign in to comment.