diff --git a/gather_keys_oauth2.py b/gather_keys_oauth2.py index aade911..f2a257b 100755 --- a/gather_keys_oauth2.py +++ b/gather_keys_oauth2.py @@ -24,7 +24,7 @@ def __init__(self, client_id, client_secret, self.fitbit = Fitbit( client_id, client_secret, - redirect_uri=redirect_uri, + redirect_uri, timeout=10, )