diff --git a/main.py b/main.py index d1c36bd..4c14bed 100644 --- a/main.py +++ b/main.py @@ -144,7 +144,7 @@ def get_access_token(): client_secret, redirect_uri, scope=scope, - cache_path=cache_path, + #cache_path=cache_path, username=username, show_dialog=show_dialog )