supprimé: image/temp.jpg

modifié:         superTornado.py
This commit is contained in:
sidya82 2014-02-28 04:10:25 +01:00
parent 2eb1b9ab2d
commit b2dbfa21a6
2 changed files with 0 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@ -80,7 +80,6 @@ class AJAXHandler(BaseHandler):
return
f =urlopen('http://test:a@192.168.1.15/image.jpg?cidx=791836195', 'image/temp.jpg')
#with open("image/temp.jpg", 'rb') as f:
data = f.read()
encoded = base64.b64encode(data)
print encoded