We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to output the 15 min bin step counts without formatting such that "1.897" is outputted as "1897" or "835.0" is outputted as "835" ?
"1897" steps is output as "1897" "835" is output as "835.0"
pip3 show pygce
Windows 8
Mac OSX Sierra
Ubuntu 18.04
https://connect.garmin.com
python --version
The text was updated successfully, but these errors were encountered:
fc3991a
sirfoga
No branches or pull requests
Expected Behavior
Is it possible to output the 15 min bin step counts without formatting such that "1.897" is outputted as "1897" or "835.0" is outputted as "835" ?
Actual Behavior
"1897" steps is output as "1897"
"835" is output as "835.0"
Steps to Reproduce the Problem
Specifications
pip3 show pygce
): 2.0.6Windows 8
,Mac OSX Sierra
,Ubuntu 18.04
...): Ubuntu 18.04https://connect.garmin.com
, if you don't know it,then it's the stock one:
https://connect.garmin.com
):python --version
): 3.6.7The text was updated successfully, but these errors were encountered: