refactor
This commit is contained in:
parent
63a293a5e7
commit
1c9adef883
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ class CommandStatus(LookupEnum, enum.StrEnum):
|
||||||
|
|
||||||
|
|
||||||
class Pira:
|
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):
|
def __init__(self, backend: Backends):
|
||||||
self.log = logging.getLogger("Pira")
|
self.log = logging.getLogger("Pira")
|
||||||
|
|
Loading…
Reference in a new issue