Remove wait time at the end of each loop

This commit is contained in:
2023-11-20 20:50:55 +01:00
parent fc83748ccd
commit b7737b6214
10 changed files with 0 additions and 30 deletions
@@ -128,6 +128,3 @@ while True:
hub.light.on(Color.ORANGE)
else:
hub.light.on(Color.RED)
# Wait.
wait(10)