withings-sync icon indicating copy to clipboard operation
withings-sync copied to clipboard

Some weights measurements discarded incorrectly

Open integeruser opened this issue 5 months ago • 0 comments

Hello, this line of code:

https://github.com/jaroslawhartman/withings-sync/blob/630a7c5c3503cd2b79ca46297ab1b99cb91e1c74/withings_sync/sync.py#L309

incorrectly deletes all entries that may have already been stored in sync_dict[dt] in previous iterations of the loop.

I've looked around briefly but simply removing the line seems the proper fix, and it solves my problem of some weights measurements gone missing. Thanks!

integeruser avatar Sep 23 '24 19:09 integeruser