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 c082bae commit 301e422Copy full SHA for 301e422
README.md
@@ -41,7 +41,7 @@ The API is simply methods and properties of the `WebsocketServer` class.
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
44
-to the server from the network you need to pass `0.0.0.0` as hostname e.g. `WebsocketServer(13254, '0.0.0.0')`.
+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
47
0 commit comments