We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 269788c commit 28c061fCopy full SHA for 28c061f
1 file changed
README.md
@@ -29,7 +29,7 @@ class EchoClient(WebSocketClient):
29
self.send(m)
30
31
try:
32
- ws = MyClient('http://localhost:9000/ws')
+ ws = EchoClient('http://localhost:9000/ws')
33
ws.connect()
34
except KeyboardInterrupt:
35
ws.close()
0 commit comments