Removed dead code

This commit is contained in:
Maximilian Giller 2024-08-10 01:41:16 +02:00
parent 8d625264d1
commit d2825a32ae

View file

@ -21,7 +21,6 @@ logging.getLogger().setLevel(logging.INFO)
# Start services # Start services
# asyncio.create_task(log_climate())
queue = ActionQueue(matrix_display.show_current_time) queue = ActionQueue(matrix_display.show_current_time)
app = FastAPI() app = FastAPI()