From b72f75630cdb6766968a7aefefe3862d9b641d3c Mon Sep 17 00:00:00 2001 From: suzan Date: Tue, 29 Nov 2022 15:54:31 +0100 Subject: [PATCH] Update 'cutting.py' --- cutting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cutting.py b/cutting.py index bebdb3c..f8068ac 100644 --- a/cutting.py +++ b/cutting.py @@ -10,7 +10,7 @@ print(text) print("------") lines = text.split("\n") for line in lines: - dotprint = f'echo "{line}" > /dev/usb/lp0' + dotprint = f'echo "{line}" >/dev/usb/lp0' os.system(dotprint) #for line in fantasyname: #line = line.split(" ")