Improved readability
This commit is contained in:
parent
5e673e0c0e
commit
297605b81e
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue