Add a newline for text demo

This commit is contained in:
Davis Goglin 2016-03-28 09:53:45 -07:00
parent 28b82fb54f
commit 1a000d29fd
1 changed files with 1 additions and 1 deletions

View File

@ -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'},