From 19663ec574d58c50a77ea9c4cb8358a0e3e88f64 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Thu, 10 Aug 2017 21:54:52 +0200 Subject: [PATCH] fix cut function in example --- examples/weather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/weather.py b/examples/weather.py index fe9f0af..31ef488 100644 --- a/examples/weather.py +++ b/examples/weather.py @@ -123,5 +123,5 @@ printer.set(font='a', height=2, align='center', bold=True, double_height=False) printer.text('Forecast: \n') forecast(0) forecast(1) -printer.cut +printer.cut() printer.control("LF")