modifié: superTornado.py
This commit is contained in:
parent
3f8bc9a5e2
commit
88a73713a8
@ -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:
|
||||
|
Reference in New Issue
Block a user