This commit is contained in:
Lukas Schulz 2020-12-20 02:28:25 +01:00
parent 57cbaca892
commit 5159b5ea1e

View file

@ -146,7 +146,7 @@ def get_access_token():
client_secret, client_secret,
redirect_uri, redirect_uri,
scope=scope, scope=scope,
#cache_path=cache_path, cache_path=cache_path,
username=username, username=username,
open_browser=False open_browser=False
) )