master
Lukas Schulz 2020-12-20 02:14:39 +01:00
parent 2b3490d217
commit 0ce6fff38e
1 changed files with 1 additions and 1 deletions

View File

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