modifié: superTornado.py

This commit is contained in:
sidya82 2014-04-02 17:35:17 +02:00
parent c26d7fd1c8
commit 61561ceada
1 changed files with 1 additions and 0 deletions

View File

@ -250,6 +250,7 @@ class WSocketHandler(BaseHandler,tornado.websocket.WebSocketHandler):
temp = open("temp","w")
socket.setdefaulttimeout(5)
f = urlopen(GlobalVars.urlCamera)
data = ""
isData = False
for ligne in f:
if ligne == "--MOBOTIX_Fast_Serverpush--":