Skip to content

Commit 6955725

Browse files
authored
Merge pull request #619 from alanmehio/examples_manual_control_fix
Update manual_control.py
2 parents 78072e1 + 1940da8 commit 6955725

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)