mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
Adjust wkhtmltopdf args
This commit is contained in:
parent
b5a36dd1b1
commit
ad1ab0a8f2
@ -249,7 +249,8 @@ def build_single_page_version(lang, args, cfg):
|
|||||||
create_pdf_command = [
|
create_pdf_command = [
|
||||||
'wkhtmltopdf',
|
'wkhtmltopdf',
|
||||||
'--print-media-type',
|
'--print-media-type',
|
||||||
# TODO: restore '--log-level', 'w',
|
'--use-xserver', '--javascript-delay', '3000',
|
||||||
|
# TODO: restore '--log-level', 'warn',
|
||||||
f'http://localhost:{port_for_pdf}/single/', single_page_pdf
|
f'http://localhost:{port_for_pdf}/single/', single_page_pdf
|
||||||
]
|
]
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user