Skip to content

Commit 80b31dd

Browse files
committed
fixed url scheme
1 parent 6e3235d commit 80b31dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ws4py/client/tornadoclient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def received_message(self, m):
107107
def closed(self, code, reason=None):
108108
ioloop.IOLoop.instance().stop()
109109

110-
ws = MyClient('http://localhost:9000/ws', protocols=['http-only', 'chat'])
110+
ws = MyClient('ws://localhost:9000/ws', protocols=['http-only', 'chat'])
111111
ws.connect()
112112

113113
ioloop.IOLoop.instance().start()

0 commit comments

Comments
 (0)