modifié: superTornado.py

This commit is contained in:
sidya82 2014-02-28 06:19:00 +01:00
parent 3aa3c139ef
commit cec58ad2ae
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ class TestSocket(tornado.websocket.WebSocketHandler):
print "->Websocket opened"
def on_message(self,mesg):
print '->lol'
try :
f = urlopen('http://test:a@192.168.1.15/image.jpg?cidx=791836195')
data = f.read()