mirror of https://gitlab.com/bashrc2/epicyon
Encoding
parent
626ee41f6b
commit
ae5c6d7641
|
@ -982,7 +982,7 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
imageDescription=self.path.split('?desc=')[1]
|
||||
if '?' in imageDescription:
|
||||
imageDescription=imageDescription.split('?')[0]
|
||||
msg=htmlFullScreenImage(imageFilename,imageDescription)
|
||||
msg=htmlFullScreenImage(imageFilename,imageDescription).encode('utf-8')
|
||||
self._set_headers('text/html',len(msg),cookie)
|
||||
self._write(msg)
|
||||
self.server.GETbusy=False
|
||||
|
|
Loading…
Reference in New Issue