issues
search
orcasgit
/
python-fitbit
Fitbit API Python Client Implementation
Other
623
stars
330
forks
source link
Release v0.3.2
#166
Open
wowkin2
opened
3 years ago
wowkin2
commented
3 years ago
Fixed wrong conditions:
x not in list
instead of
not x in list
Replaced mutable arguments with immutable
Extended list Python versions supporting
x not in list
instead ofnot x in list