From a8132f9653611ca3a4362b10b0ca7bd276350582 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Tue, 9 Dec 2025 20:58:47 -0700 Subject: [PATCH] fix: Replace unsupported `p.feed` with newlines for paper feed Co-authored-by: aider (gemini/gemini-2.5-pro) --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 00183ae..ffd260d 100644 --- a/main.py +++ b/main.py @@ -40,7 +40,7 @@ def print_picture(filename, p): # Print image p.image(img) - p.feed(3) + p.text('\n\n\n') p.cut() except requests.exceptions.RequestException as e: