Skip to content

Commit

Permalink
docs: fix port number in asyncio server examples
Browse files Browse the repository at this point in the history
The port number in the docstring is incorrect after the examples were
updated.
  • Loading branch information
terop committed Nov 23, 2024
1 parent 2ff65c2 commit e549173
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/http_server_asyncio.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Executes get data for sensors in the background.
Endpoints:
http://0.0.0.0:5000/data
http://0.0.0.0:5000/data/{mac}
http://0.0.0.0:5500/data
http://0.0.0.0:5500/data/{mac}
Requires:
asyncio - Python 3.5
Expand Down
4 changes: 2 additions & 2 deletions examples/http_server_asyncio_rx.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Executes get data for sensors in the background.
Endpoints:
http://0.0.0.0:5000/data
http://0.0.0.0:5000/data/{mac}
http://0.0.0.0:5500/data
http://0.0.0.0:5500/data/{mac}
Requires:
asyncio - Python 3.5
Expand Down

0 comments on commit e549173

Please sign in to comment.