From 3554bf1c20fa86d8bb5ff07d01f9c80563d9a9d1 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 29 Dec 2020 13:28:26 +0000 Subject: [PATCH] Return code alert --- daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon.py b/daemon.py index b21e3322d..f6eab1678 100644 --- a/daemon.py +++ b/daemon.py @@ -663,7 +663,7 @@ class PubServer(BaseHTTPRequestHandler): 'text-align: center;">' + str(httpCode) + '' \ '
' + httpDescription + '
' \ + 'small-caps;">

' + httpDescription + '

' \ '
' + longDescription + '
' \ '' msg = msg.encode('utf-8')