master
Lukas Schulz 2020-12-20 10:54:39 +01:00
parent fe9ba4d650
commit 0fd4698671
1 changed files with 2 additions and 2 deletions

View File

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