This commit is contained in:
Lukas Schulz 2020-12-20 14:09:41 +01:00
parent 19c25a7473
commit 951ce1ccb2

View file

@ -243,6 +243,7 @@ def is_token_expired():
if __name__ == "__main__": if __name__ == "__main__":
get_access_token()
main() main()
print('led-matrix-viewer started') print('led-matrix-viewer started')