File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,14 +50,14 @@ The WebsocketServer can be initialized with the below parameters.
5050* ` loglevel ` * - logging level to print. By default WARNING is used. You can use ` logging.DEBUG ` or ` logging.INFO ` for more verbose output.
5151
5252
53- ###Properties
53+ ### Properties
5454
5555| Property | Description |
5656| ----------| ----------------------|
5757| clients | A list of ` client ` |
5858
5959
60- ###Methods
60+ ### Methods
6161
6262| Method | Description | Takes | Gives |
6363| -----------------------------| ---------------------------------------------------------------------------------------| -----------------| -------|
@@ -68,7 +68,7 @@ The WebsocketServer can be initialized with the below parameters.
6868| ` send_message_to_all() ` | Sends a ` message ` to ** all** connected clients. The message is a simple string. | message | None |
6969
7070
71- ###Callback functions
71+ ### Callback functions
7272
7373| Set by | Description | Parameters |
7474| -----------------------------| ---------------------------------------------------| -------------------------|
@@ -93,7 +93,7 @@ server.set_fn_new_client(new_client)
9393server.run_forever()
9494````
9595
96- ##Client
96+ ## Client
9797
9898Client is just a dictionary passed along methods.
9999
You can’t perform that action at this time.
0 commit comments