home · contact · privacy
Improve accounting scripts.
[misc] / plomlib.py
index 1d832957c13aee703f32ce5956becb27eb684047..2d92977a4b967b891c7052e7250b75a5f42f5de9 100644 (file)
@@ -98,7 +98,7 @@ class PlomHandler(BaseHTTPRequestHandler):
     html_foot = '</body>\n</html>'
 
     def fail_400(self, e):
-        self.send_HTML(f'ERROR: {e}', 400)
+        self.send_HTML(f'ERROR BAR: {e}', 400)
 
     def send_HTML(self, html, code=200):
         self.send_code_and_headers(code, [('Content-type', 'text/html')])