yes.
This commit is contained in:
parent
fe9ba4d650
commit
0fd4698671
1 changed files with 2 additions and 2 deletions
4
main.py
4
main.py
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue