fix: Replace unsupported p.feed with newlines for paper feed

Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
2025-12-09 20:58:47 -07:00
parent c38549c7d7
commit a8132f9653

View File

@@ -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: