Skip to content

Commit

Permalink
Merge pull request #153 from AlaskaJedi/master
Browse files Browse the repository at this point in the history
Add gar_wg_state and gar_bp_state variables to Sync.py
  • Loading branch information
longstone authored Dec 27, 2023
2 parents 6975db3 + 0fd7e7b commit 0d8025c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions withings_sync/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,8 @@ def sync():
fit_data_weight is not None or fit_data_blood_pressure is not None
):
logging.debug("attempting to upload fit file...")
gar_wg_state = None
gar_bp_state = None
if fit_data_weight is not None:
gar_wg_state = sync_garmin(fit_data_weight)
if gar_wg_state:
Expand Down

0 comments on commit 0d8025c

Please sign in to comment.