Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit b5f28ad

Browse files
committed
changed dir name
1 parent 3a2f842 commit b5f28ad

File tree

1 file changed

+1
-1
lines changed
  • Scripts/Miscellaneous/HTML_to_PDF_converter

1 file changed

+1
-1
lines changed

‎Scripts/Miscellaneous/HTML_to_PDF_converter/app.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def __init__(self, url, output_filename):
1212
def get_pdf(self):
1313
"""get the file url and create output"""
1414
pdf = weasyprint.HTML(self.url).write_pdf()
15-
file_name = 'outputs/' + self.output_filename
15+
file_name = 'output_files/' + self.output_filename
1616
with open(file_name, 'wb') as file_ :
1717
file_.write(pdf)
1818

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /