modifié: superTornado.py
This commit is contained in:
parent
124c908ae5
commit
be49ff44ca
@ -110,7 +110,7 @@ class TestSocket(tornado.websocket.WebSocketHandler):
|
||||
def open(self) :
|
||||
print "->Websocket opened"
|
||||
print '->lol'
|
||||
while 1 :
|
||||
#while 1 :
|
||||
try :
|
||||
f = urlopen('http://test:a@192.168.1.15/image.jpg?cidx=791836195')
|
||||
data = f.read()
|
||||
|
Reference in New Issue
Block a user