From 1a000d29fde887402c596cebacb6bce97c59cfcf Mon Sep 17 00:00:00 2001 From: Davis Goglin Date: Mon, 28 Mar 2016 09:53:45 -0700 Subject: [PATCH] Add a newline for text demo --- escpos/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/escpos/cli.py b/escpos/cli.py index f8b949c..d0bff18 100755 --- a/escpos/cli.py +++ b/escpos/cli.py @@ -13,7 +13,7 @@ from . import config # Value: A list of dictionaries to pass to the escpos function as arguments. DEMO_FUNCTIONS = { 'text': [ - {'txt': 'Hello, World!',} + {'txt': 'Hello, World!\n',} ], 'qr': [ {'text': 'This tests a QR code'},