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