update example

This commit is contained in:
Joris Vink 2017-03-13 13:31:36 +01:00
parent ffbabed7d6
commit 3b5d4a2b03
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ def onconnect(c):
#
def onmessage(c, op, data):
kore.websocket_broadcast(c, op, data, kore.WEBSOCKET_BROADCAST_GLOBAL)
#kore.websocket_send(c, op, data)
#c.websocket_send(op, data)
#
# Called for every connection that goes byebye.