Skip to content

Commit 6c6adf7

Browse files
chore(app): 804 Suggested changes - Remove the comment
1 parent 6a0a7c2 commit 6c6adf7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/echo/echo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ async def _echo_stream_handler(stream: INetStream) -> None:
4949

5050

5151
async def run(port: int, destination: str, seed: int | None = None) -> None:
52-
# CHANGED: previously hardcoded 0.0.0.0
5352
if port <= 0:
5453
port = find_free_port()
5554
listen_addr = get_available_interfaces(port)

0 commit comments

Comments
 (0)