diff --git a/daemon.py b/daemon.py index db5c2838..feb31104 100644 --- a/daemon.py +++ b/daemon.py @@ -295,7 +295,7 @@ class PubServer(BaseHTTPRequestHandler): self.send_header('X-Robots-Tag','noindex') self.end_headers() - def _httpReturnCode(self,httpCode: int,httpDescription: str) -> None + def _httpReturnCode(self,httpCode: int,httpDescription: str) -> None: msg="

"+str(httpCode)+" "+httpDescription+"

" msg=msg.encode('utf-8') self.send_response(httpCode)