Update missions/tip the scale.py

This commit is contained in:
2025-10-23 00:52:26 +00:00
parent 8008dafccf
commit 9e0c82b26b

View File

@@ -40,3 +40,6 @@ async def main():
await drive_base.turn(-40)
await drive_base.straight(900)
run_task(main())