orcasgit / python-fitbit

Fitbit API Python Client Implementation
Other
623 stars 330 forks source link

urllib failure #174

Open szarrougtw opened 1 year ago

szarrougtw commented 1 year ago

This line is causing my python interpreter to fail: https://github.com/orcasgit/python-fitbit/blob/master/gather_keys_oauth2.py#L9

I had to change it to from urlparse import urlparse to get it to work.