Improved readability

This commit is contained in:
Maximilian Giller 2024-08-10 02:53:23 +02:00
parent 5e673e0c0e
commit 297605b81e

View file

@ -91,7 +91,7 @@ async def co2():
if co2 is None:
return {"message": "Failed to read co2"}
await queue.add_action_to_queue(matrix_display.show_text, f"{co2}ppm")
await queue.add_action_to_queue(matrix_display.show_text, f"{co2} ppm")
return {"co2": co2}