This commit is contained in:
Lukas Schulz 2020-12-20 02:18:01 +01:00
parent 404b785d04
commit d3d8556a14

View file

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