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