From d3d8556a14c0fc149fe63b8b6b451a456a85270a Mon Sep 17 00:00:00 2001 From: Lukas Schulz Date: Sun, 20 Dec 2020 02:18:01 +0100 Subject: [PATCH] yes. --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index cca64af..9456e07 100644 --- a/main.py +++ b/main.py @@ -146,7 +146,7 @@ def get_access_token(): scope=scope, #cache_path=cache_path, username=username, - show_dialog=True + openBrowser=False ) token_info = sp_oauth.get_cached_token()