master
Lukas Schulz 2020-12-20 14:13:48 +01:00
parent 3a8e65f5e1
commit 53a60aa392
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ def get_access_token():
else:
if sp_oauth.is_token_expired(token_info):
token_info = refresh_access_token(token_info)
token = token_info["access_token"]
token = token_info["access_token"]
if __name__ == "__main__":