Fix syntax
This commit is contained in:
parent
d5b9d99093
commit
73fff6291d
|
@ -353,7 +353,6 @@ if _WIN32PRINT:
|
|||
self.printer_name = win32print.GetDefaultPrinter()
|
||||
self.hPrinter = None
|
||||
|
||||
|
||||
def open(self, job_name="python-escpos"):
|
||||
if self.printer_name is None:
|
||||
raise Exception("Printer not found")
|
||||
|
@ -380,5 +379,3 @@ if _WIN32PRINT:
|
|||
if self.hPrinter is None:
|
||||
raise Exception("Printer job not opened")
|
||||
win32print.WritePrinter(self.hPrinter, msg)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue