modifié: superTornado.py
This commit is contained in:
parent
d370e8a245
commit
484668f38b
@ -264,7 +264,6 @@ class WSocketHandler(BaseHandler,tornado.websocket.WebSocketHandler):
|
|||||||
dest.write(data+"\n")
|
dest.write(data+"\n")
|
||||||
if data == "ENDSECTION EVENT" :
|
if data == "ENDSECTION EVENT" :
|
||||||
isData = True
|
isData = True
|
||||||
data = f.read()
|
|
||||||
dest.close()
|
dest.close()
|
||||||
temp.close()
|
temp.close()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user