We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79696f4 commit 99a3cd7Copy full SHA for 99a3cd7
2 files changed
README.md
@@ -135,7 +135,7 @@ except (
135
GarminConnectAuthenticationError,
136
GarminConnectTooManyRequestsError,
137
) as err:
138
- print("Error occurred during Garmin Connect Client get heart rates: %s" % err)
+ print("Error occurred during Garmin Connect Client get steps data: %s" % err)
139
quit()
140
except Exception: # pylint: disable=broad-except
141
print("Unknown error occurred during Garmin Connect Client get steps data")
garminconnect/__version__.py
@@ -1,4 +1,4 @@
1
# -*- coding: utf-8 -*-
2
"""Python 3 API wrapper for Garmin Connect to get your statistics."""
3
4
-__version__ = "0.1.14"
+__version__ = "0.1.15"
0 commit comments