Skip to content

Commit

Permalink
Merge pull request #182 from stynoo/patch-3
Browse files Browse the repository at this point in the history
Update garmin.py: temp change to Garth USER_AGENT
  • Loading branch information
longstone authored Nov 27, 2024
2 parents 26d2ccc + 48ec376 commit 6e14814
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions withings_sync/garmin.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
import os

import garth
# Temporary fix until Garth project merges https://github.com/matin/garth/issues/73
garth.http.USER_AGENT = {"User-Agent": ("GCM-iOS-5.7.2.1")}

log = logging.getLogger("garmin")

Expand Down

0 comments on commit 6e14814

Please sign in to comment.