Skip to content

Commit

Permalink
fix typo in webserver example
Browse files Browse the repository at this point in the history
  • Loading branch information
cdump committed Jun 12, 2021
1 parent df4f5bf commit 361dc15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "radiacode"
version = "0.1.2"
version = "0.1.3"
description = "Library for RadiaCode-101"
authors = ["Maxim Andreev <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion radiacode-examples/webserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ async def on_startup(app):
web.get('/ws', handle_ws),
],
)
web.run_app(app, host=args.listen_host, port=args.list_port)
web.run_app(app, host=args.listen_host, port=args.listen_port)

0 comments on commit 361dc15

Please sign in to comment.