We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b760fa commit 8f783ccCopy full SHA for 8f783cc
contactform/label_voucher.py
@@ -84,6 +84,7 @@ def print_voucher(
84
"--hide-scrollbars",
85
],
86
)
87
+ hti.browser.use_new_headless = True # https://github.com/vgalin/html2image/issues/174#issuecomment-2625720244
88
hti.load_file(config.APPUIO_LOGO_PATH)
89
hti.load_file(qr_code_filename)
90
hti.browser.print_command = True if config.LOG_LEVEL == "DEBUG" else False
0 commit comments