Skip to content

Commit

Permalink
repair server_async.py (#1644)
Browse files Browse the repository at this point in the history
  • Loading branch information
janiversen authored Jul 4, 2023
1 parent f631dd5 commit ebae402
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/server_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,5 @@ async def run_async_server(args):


if __name__ == "__main__":
run_args = setup_server(
description="Run asynchronous server.",
cmdline=["--log", "debug", "--framer", "rtu"],
)
run_args = setup_server(description="Run asynchronous server.")
asyncio.run(run_async_server(run_args), debug=True)

0 comments on commit ebae402

Please sign in to comment.