mirror of
https://github.com/python-escpos/python-escpos
synced 2025-09-13 09:09:58 +00:00
fix cut function in example
This commit is contained in:
@@ -123,5 +123,5 @@ printer.set(font='a', height=2, align='center', bold=True, double_height=False)
|
|||||||
printer.text('Forecast: \n')
|
printer.text('Forecast: \n')
|
||||||
forecast(0)
|
forecast(0)
|
||||||
forecast(1)
|
forecast(1)
|
||||||
printer.cut
|
printer.cut()
|
||||||
printer.control("LF")
|
printer.control("LF")
|
||||||
|
Reference in New Issue
Block a user