We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 301e422 commit d59cd0fCopy full SHA for d59cd0f
README.md
@@ -40,7 +40,7 @@ The API is simply methods and properties of the `WebsocketServer` class.
40
## WebsocketServer
41
42
The WebsocketServer takes two arguments: a `port` and a `hostname`.
43
-By default `localhost` is used. However if you want to be able and connect
+By default the localhost `127.0.0.1` is used. However if you want to be able and connect
44
to the server from the network you need to pass `0.0.0.0` as hostname e.g. `WebsocketServer(13254, host='0.0.0.0')`.
45
46
###Properties
0 commit comments