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

View File

@ -144,7 +144,7 @@ def get_access_token():
client_secret,
redirect_uri,
scope=scope,
cache_path=cache_path,
#cache_path=cache_path,
username=username,
show_dialog=show_dialog
)