From f5d76bd92c955272cc800d0c67488a86a744b0f9 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 13 Aug 2023 20:06:50 +0000 Subject: [PATCH] fix: clean home --- api.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api.py b/api.py index f70ffac..e611fcf 100644 --- a/api.py +++ b/api.py @@ -110,7 +110,9 @@ def print_customer_order(data, address, waiter): if waiter: printer.text("Pedido Por: \n") printer.text(str(waiter)+'\n') - printer.set(align='center', bold=False, height=2, width=2, custom_size=True) + printer.set( + align='center', bold=False, height=2, width=2, custom_size=True + ) printer.text('========================\n') text = 'MESA: ' + str(d['table'] + "\n") printer.text(text)