From 5983ce107af88e2fe004560037212eebf8f59251 Mon Sep 17 00:00:00 2001 From: Alice Date: Sun, 25 Mar 2018 17:14:54 +0200 Subject: [PATCH] Added empty lines to my code --- ocr/list.txt | 2 +- src/carlandre.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ocr/list.txt b/ocr/list.txt index 16c631e..c6c69f9 100644 --- a/ocr/list.txt +++ b/ocr/list.txt @@ -1,3 +1,3 @@ -images/0029.jpg +images/0012.tif diff --git a/src/carlandre.py b/src/carlandre.py index 9b595f0..9c44ef1 100644 --- a/src/carlandre.py +++ b/src/carlandre.py @@ -118,7 +118,8 @@ if os.path.exists(my_path): "init_printer": "\x1B\x40", 'papercut':'\x1D\x56\x00', } - + + emptylines= "\n\n\n\n" print(escpos['init_printer']) print(joined_list) print(emptylines)