yes.
This commit is contained in:
parent
3a8e65f5e1
commit
53a60aa392
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -223,7 +223,7 @@ def get_access_token():
|
||||||
else:
|
else:
|
||||||
if sp_oauth.is_token_expired(token_info):
|
if sp_oauth.is_token_expired(token_info):
|
||||||
token_info = refresh_access_token(token_info)
|
token_info = refresh_access_token(token_info)
|
||||||
token = token_info["access_token"]
|
token = token_info["access_token"]
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
Loading…
Reference in a new issue