mirror of
https://github.com/python-escpos/python-escpos
synced 2025-08-24 09:03:34 +00:00
fixed typo in escpos
This commit is contained in:
@@ -160,7 +160,7 @@ class Escpos:
|
|||||||
# Font
|
# Font
|
||||||
if font.upper() == "B":
|
if font.upper() == "B":
|
||||||
self._raw(BARCODE_FONT_B)
|
self._raw(BARCODE_FONT_B)
|
||||||
else: # DEFAULT FONT: UPC A
|
else: # DEFAULT FONT: A
|
||||||
self._raw(BARCODE_FONT_A)
|
self._raw(BARCODE_FONT_A)
|
||||||
# Position
|
# Position
|
||||||
if pos.upper() == "OFF":
|
if pos.upper() == "OFF":
|
||||||
|
Reference in New Issue
Block a user