modifié: superTornado.py

This commit is contained in:
sidya82 2014-04-02 19:54:16 +02:00
parent 18cb11c7bf
commit 3f8bc9a5e2
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ class WSocketHandler(BaseHandler,tornado.websocket.WebSocketHandler):
isData = False
for ligne in temp :
ligne.rstrip('\r\n')
if data ="--MOTOBIX_Fast_Serverpush":
if data =="--MOTOBIX_Fast_Serverpush":
isData = False
if isData == True:
dest.write(data+"\n")