fixed typo in escpos
This commit is contained in:
parent
fa085d26a9
commit
a019722177
|
@ -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":
|
||||||
|
|
Loading…
Reference in New Issue