boyska 4 months ago
parent
commit
1c9adef883
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sergio.py

+ 1 - 1
sergio.py

@@ -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")