Skip to content

Commit

Permalink
Merge pull request #619 from alanmehio/examples_manual_control_fix
Browse files Browse the repository at this point in the history
Update manual_control.py
  • Loading branch information
julianoes authored Sep 13, 2023
2 parents 78072e1 + 1940da8 commit 6955725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/manual_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ async def manual_controls():

if __name__ == "__main__":
# Run the asyncio loop
asyncio.run(run())
asyncio.run(manual_controls())

0 comments on commit 6955725

Please sign in to comment.