mirror of
https://codeberg.org/angestoepselt/imagestack.git
synced 2026-03-21 22:32:17 +00:00
Update tools/python_utils/app.py
This commit is contained in:
parent
84bb46e9cb
commit
8e9628c0a4
1 changed files with 5 additions and 0 deletions
|
|
@ -57,6 +57,11 @@ def build():
|
|||
return "Failed"
|
||||
|
||||
pdf = label.compile_pdf(j)
|
||||
|
||||
|
||||
subprocess.run(
|
||||
["lpr", "-H", "10.200.4.12", "-P", "DYMO", "-o", "landscape", "-"], input=pdf
|
||||
)
|
||||
return "Success"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue