Open szarrougtw opened 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.
from urlparse import urlparse
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.