yes.
This commit is contained in:
parent
b362bb92df
commit
19e9658145
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:
|
||||
return True
|
||||
else:
|
||||
return token_info.is_token_expired()
|
||||
return sp_oauth.is_token_expired()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Reference in a new issue