Skip to content

Commit fa22f6e

Browse files
authored
Update src/ttmp32gme/print_handler.py
1 parent 586f312 commit fa22f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ttmp32gme/print_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ def create_pdf(
317317
"--disable-gpu",
318318
"--no-pdf-header-footer",
319319
f"--print-to-pdf={pdf_file}",
320-
f"http://127.0.0.1:{port}/pdf",
320+
f"http://localhost:{port}/pdf",
321321
]
322322

323323
# Add --no-sandbox flag when running in containers (Docker/Podman)

0 commit comments

Comments
 (0)