Refinements

This commit is contained in:
Ircama
2025-06-15 14:37:24 +02:00
parent 1edff856e5
commit 26d9204d7e
4 changed files with 53 additions and 34 deletions

View File

@@ -2635,7 +2635,7 @@ class EpsonPrinter:
]
try:
lpr.connect()
resp = lpr.send(b"".join(commands))
lpr.send(b"".join(commands))
except Exception as e:
status = False
finally: