diff --git a/src/main.py b/src/main.py index 57b2bbf..c36536d 100644 --- a/src/main.py +++ b/src/main.py @@ -21,7 +21,6 @@ logging.getLogger().setLevel(logging.INFO) # Start services -# asyncio.create_task(log_climate()) queue = ActionQueue(matrix_display.show_current_time) app = FastAPI()