We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40405e5 commit 1b4b640Copy full SHA for 1b4b640
1 file changed
README.md
@@ -76,7 +76,7 @@ class EchoClient(WebSocketClient):
76
77
def closed(self, code, reason=None):
78
print code, reason
79
-
+
80
def received_message(self, m):
81
self.send(m)
82
@@ -216,4 +216,4 @@ Many thanks to the pywebsocket and Tornado projects which have provided a good b
216
Thanks also to Jeff Lindsay (progrium) for the gevent server support.
217
A well deserved thank you to Tobias Oberstein for his websocket test suite: https://github.com/oberstet/Autobahn
218
219
-The background in the droid example is courtesy of http://killxthexscenexstock.deviantart.com/art/Vintage-Wall-Paper-Texture-70982719
+The background in the droid example is courtesy of http://killxthexscenexstock.deviantart.com/art/Vintage-Wall-Paper-Texture-70982719
0 commit comments