Skip to content

Commit 1940da8

Browse files
authored
Update manual_control.py
Fix the bug first. Later we should fix the error which comes when executing this example
1 parent 78072e1 commit 1940da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/manual_control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ async def manual_controls():
9696

9797
if __name__ == "__main__":
9898
# Run the asyncio loop
99-
asyncio.run(run())
99+
asyncio.run(manual_controls())

0 commit comments

Comments
 (0)