misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
Simone Margaritelli 2019-10-20 15:42:08 +02:00
parent bd7c64b2af
commit 539df810ed
No known key found for this signature in database
GPG Key ID: 82E42E7F3B34C97E

View File

@ -71,6 +71,7 @@ SHUTDOWN = """<html>
</body>
</html>"""
class Handler(BaseHTTPRequestHandler):
# suppress internal logging
def log_message(self, format, *args):