We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 urlparseto get it to work.