This commit is contained in:
Lukas Schulz 2020-12-20 02:17:28 +01:00
parent 0ce6fff38e
commit 404b785d04

View file

@ -146,7 +146,7 @@ def get_access_token():
scope=scope,
#cache_path=cache_path,
username=username,
#show_dialog=show_dialog
show_dialog=True
)
token_info = sp_oauth.get_cached_token()