Skip to content

Commit

Permalink
chore: explicit options value
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Apr 30, 2024
1 parent b423c6b commit 19e22fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/python/hello_pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
npcolony.print_printer_base64(
"Microsoft Print to PDF",
HELLO_WORLD_B64,
dict(output_path=os.path.join(dir_name, "output.pdf")),
options=dict(output_path=os.path.join(dir_name, "output.pdf")),
)

0 comments on commit 19e22fc

Please sign in to comment.