yes.
This commit is contained in:
parent
19e9658145
commit
fe9ba4d650
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -173,7 +173,7 @@ def is_token_expired():
|
||||||
if not token_info:
|
if not token_info:
|
||||||
return True
|
return True
|
||||||
else:
|
else:
|
||||||
return sp_oauth.is_token_expired()
|
return sp_oauth.is_token_expired(token_info)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
Loading…
Reference in a new issue