fix cut function in example

This commit is contained in:
Patrick Kanzler 2017-08-10 21:54:52 +02:00 committed by GitHub
parent 281eea125f
commit 19663ec574
1 changed files with 1 additions and 1 deletions

View File

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