fixed typo in escpos

This commit is contained in:
Manuel F Martinez 2010-02-26 12:06:48 -08:00
parent fa085d26a9
commit a019722177
1 changed files with 1 additions and 1 deletions

View File

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