From 539df810ed321eef1c7331e3be7d3bc1efb4e3f0 Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Sun, 20 Oct 2019 15:42:08 +0200 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- pwnagotchi/ui/web.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pwnagotchi/ui/web.py b/pwnagotchi/ui/web.py index 1032e570..9a47b55f 100644 --- a/pwnagotchi/ui/web.py +++ b/pwnagotchi/ui/web.py @@ -71,6 +71,7 @@ SHUTDOWN = """ """ + class Handler(BaseHTTPRequestHandler): # suppress internal logging def log_message(self, format, *args):