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()