From 0fd469867133461d86f26e05851b0f01c51fa2af Mon Sep 17 00:00:00 2001 From: Lukas Schulz Date: Sun, 20 Dec 2020 10:54:39 +0100 Subject: [PATCH] yes. --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 )