yes.
This commit is contained in:
parent
d3d8556a14
commit
92d2e900bb
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -146,7 +146,7 @@ def get_access_token():
|
||||||
scope=scope,
|
scope=scope,
|
||||||
#cache_path=cache_path,
|
#cache_path=cache_path,
|
||||||
username=username,
|
username=username,
|
||||||
openBrowser=False
|
open_browser=False
|
||||||
)
|
)
|
||||||
token_info = sp_oauth.get_cached_token()
|
token_info = sp_oauth.get_cached_token()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue