mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
httpserver.py: Replace weird space by regular one.
This commit is contained in:
parent
270e9b0806
commit
c77c513e24
@ -231,7 +231,7 @@ class Favicon(SupyHTTPServerCallback):
|
||||
# I have no idea why, but this headers are already sent.
|
||||
# self.send_header('Content-Length', len(response))
|
||||
# self.send_header('Content-type', 'image/' + ext)
|
||||
# self.end_headers()
|
||||
# self.end_headers()
|
||||
self.wfile.write(response)
|
||||
else:
|
||||
response = _('No favicon set.')
|
||||
|
Loading…
Reference in New Issue
Block a user