Skip to content

Commit 1b4b640

Browse files
committed
Whitespace
1 parent 40405e5 commit 1b4b640

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class EchoClient(WebSocketClient):
7676

7777
def closed(self, code, reason=None):
7878
print code, reason
79-
79+
8080
def received_message(self, m):
8181
self.send(m)
8282

@@ -216,4 +216,4 @@ Many thanks to the pywebsocket and Tornado projects which have provided a good b
216216
Thanks also to Jeff Lindsay (progrium) for the gevent server support.
217217
A well deserved thank you to Tobias Oberstein for his websocket test suite: https://github.com/oberstet/Autobahn
218218

219-
The background in the droid example is courtesy of http://killxthexscenexstock.deviantart.com/art/Vintage-Wall-Paper-Texture-70982719
219+
The background in the droid example is courtesy of http://killxthexscenexstock.deviantart.com/art/Vintage-Wall-Paper-Texture-70982719

0 commit comments

Comments
 (0)