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):