mirror of
https://github.com/python-escpos/python-escpos
synced 2025-09-13 09:09:58 +00:00
Add missing param to _sw_barcode call
This commit is contained in:
@@ -471,6 +471,7 @@ class Escpos(object):
|
|||||||
module_height=5, # TODO: _hw_barcode() size equivalence
|
module_height=5, # TODO: _hw_barcode() size equivalence
|
||||||
module_width=0.2, # TODO: _hw_barcode() size equivalence
|
module_width=0.2, # TODO: _hw_barcode() size equivalence
|
||||||
text_distance=1, # TODO: _hw_barcode() size equivalence
|
text_distance=1, # TODO: _hw_barcode() size equivalence
|
||||||
|
center=align_ct,
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user