Update final/main5.py

This commit is contained in:
2025-10-10 21:27:24 +00:00
parent a3b04d3e00
commit 29bd9f0e23

View File

@@ -273,6 +273,6 @@ async def main():
hub.light.off() hub.light.off()
left_motor.stop() left_motor.stop()
right_motor.stop() right_motor.stop()
await wait(1000) #prevent loop from iterating fast await wait(100) #prevent loop from iterating fast
# Main execution loop # Main execution loop
run_task(main()) run_task(main())