Closed desrod closed 3 months ago
Just a quick update to garmin.py to use os.path.join(), isort, black and some pythonic constructs. Still working my way through some of the issues around creation of duplicate entries when using --fromdate via the API.
garmin.py
os.path.join()
--fromdate
Just a quick update to
garmin.py
to useos.path.join()
, isort, black and some pythonic constructs. Still working my way through some of the issues around creation of duplicate entries when using--fromdate
via the API.