diff --git a/main.py b/main.py index b535c2f..8ef7c81 100644 --- a/main.py +++ b/main.py @@ -231,8 +231,7 @@ if __name__ == "__main__": print('led-matrix-viewer started') while True: -# if(is_token_expired()): -# get_access_token() + get_access_token() drawCanvas() time.sleep(10)