diff --git a/main.py b/main.py index 5f571c7..8dc9778 100644 --- a/main.py +++ b/main.py @@ -146,7 +146,7 @@ def get_access_token(): client_secret, redirect_uri, scope=scope, - #cache_path=cache_path, + cache_path=cache_path, username=username, open_browser=False )