diff --git a/main.py b/main.py index 9305afa..554edba 100644 --- a/main.py +++ b/main.py @@ -147,7 +147,7 @@ def get_access_token(): client_secret, redirect_uri, scope=scope, - cache_path=cache_path, + #cache_path=cache_path, username=username, open_browser=False ) @@ -165,7 +165,7 @@ def is_token_expired(): client_secret, redirect_uri, scope=scope, - cache_path=cache_path, + #cache_path=cache_path, username=username, open_browser=False )