modifié: superTornado.py

This commit is contained in:
sidya82 2014-04-02 19:55:22 +02:00
parent 3f8bc9a5e2
commit 88a73713a8
1 changed files with 1 additions and 1 deletions

View File

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