This commit is contained in:
boyska 2023-12-25 15:30:12 +01:00
parent 63a293a5e7
commit 1c9adef883

View file

@ -154,7 +154,7 @@ class CommandStatus(LookupEnum, enum.StrEnum):
class Pira:
END_OF_MESSAGE = "".join([chr(13), chr(10), chr(13), chr(10)])
END_OF_MESSAGE = "\r\n\r\n"
def __init__(self, backend: Backends):
self.log = logging.getLogger("Pira")