Cleanup parser and add documentation

This commit is contained in:
2021-03-27 16:58:48 +01:00
parent 3615c56152
commit ff32ce9b39
2 changed files with 33 additions and 141 deletions

View File

@@ -120,4 +120,4 @@ class RequestHandler:
message += "\r\n"
logging.debug("Sending: %r", message)
client.sendall(message.encode(FORMAT))
client.sendall(message.encode(FORMAT))