Skip to content

Commit

Permalink
Update sync.py (jaroslawhartman#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
harupong authored Mar 31, 2023
1 parent 77a12c9 commit 2762ff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions withings_sync/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,8 @@ def sync():
enddate = int(time.mktime(ARGS.todate.timetuple())) + 86399
logging.info(
"Fetching measurements from %s to %s",
time.strftime("%Y-%m-%d %H:%M", time.gmtime(startdate)),
time.strftime("%Y-%m-%d %H:%M", time.gmtime(enddate)),
time.strftime("%Y-%m-%d %H:%M", time.localtime(startdate)),
time.strftime("%Y-%m-%d %H:%M", time.localtime(enddate)),
)

height = withings.get_height()
Expand Down

0 comments on commit 2762ff2

Please sign in to comment.