Skip to content

Commit

Permalink
Merge branch 'main' of github.com:kvnZero/IGPSPORT2Xingzhe
Browse files Browse the repository at this point in the history
  • Loading branch information
kvnZero committed Jun 18, 2024
2 parents 6de4d79 + 48d4a32 commit 0b5d83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ActivitySync.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,4 @@ def syncData(username, password, garmin_email = None, garmin_password = None):
"upload_file_name": (sync_item["StartTime"]+'.fit', res.content, 'application/octet-stream')
})

activity = syncData(os.getenv("USERNAME"), os.getenv("PASSWORD"), os.getenv("GARMIN_EMAIL"), os.getenv("GARMIN_PASSWORD"))
activity = syncData(os.getenv("USERNAME"), os.getenv("PASSWORD"), os.getenv("GARMIN_EMAIL"), os.getenv("GARMIN_PASSWORD"))

0 comments on commit 0b5d83f

Please sign in to comment.