Skip to content

Commit

Permalink
Fix bug in server host display
Browse files Browse the repository at this point in the history
  • Loading branch information
AstatineAi committed Nov 19, 2023
1 parent f5f3488 commit d54783d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ async def main():
Interested in inviting your ShanghaiTech friends to play along?
Simply have them connect to the **WIFI:** 🌐 `ShanghaiTech` and open the following URL:
[http://{session_info.user_ip}:{PORT}](http://{session_info.user_ip}:{PORT})
[http://{session_info.server_host}](http://{session_info.server_host})
***References:***
[Chat_Room - PyWebIO Demo](https://github.com/wang0618/PyWebIO/blob/dev/demos/chat_room.py)
Expand Down

0 comments on commit d54783d

Please sign in to comment.