Full screen image

main2
Bob Mottram 2019-10-23 13:11:20 +01:00
parent 902d18d3b2
commit e31b227066
1 changed files with 1 additions and 2 deletions

View File

@ -973,7 +973,7 @@ class PubServer(BaseHTTPRequestHandler):
return
# full screen images shown from the media timeline
if authorized and self.path.startswith('/fullscreen?'):
if self.path.startswith('/fullscreen?'):
fullscreenImageStr=self.path.split('?')
imageFilename=fullscreenImageStr[1]
imageDescription=None
@ -982,7 +982,6 @@ class PubServer(BaseHTTPRequestHandler):
msg=htmlFullScreenImage(imageFilename,imageDescription)
self._login_headers('text/html',len(msg))
self._write(msg)
self.server.GETbusy=False
return
# cached avatar images