This commit is contained in:
Lukas Schulz 2020-12-20 10:54:39 +01:00
parent fe9ba4d650
commit 0fd4698671

View file

@ -147,7 +147,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
) )
@ -165,7 +165,7 @@ def is_token_expired():
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
) )