Skip to content

Commit

Permalink
Keep both versions of this option for backwards compatibility, https:…
Browse files Browse the repository at this point in the history
  • Loading branch information
alpaca1thunder authored and Alex Taylor committed Dec 12, 2023
1 parent d665330 commit 4b49621
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resume.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ def write_pdf(html: str, prefix: str = "resume", chrome: str = "") -> None:
"--no-sandbox",
"--headless",
"--print-to-pdf-no-header",
"--no-pdf-header-footer",

This comment has been minimized.

Copy link
@alpaca1thunder

alpaca1thunder Dec 12, 2023

Author Contributor

Keep both versions of this option for backwards compatibility, https://developer.chrome.com/docs/chromium/new-headless.

"--enable-logging=stderr",
"--log-level=2",
"--in-process-gpu",
Expand Down

0 comments on commit 4b49621

Please sign in to comment.