From 2b3490d217aba9316e8e145425b659b32eb223a1 Mon Sep 17 00:00:00 2001 From: Lukas Schulz Date: Sun, 20 Dec 2020 02:14:27 +0100 Subject: [PATCH] yes. --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )