Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -14,7 +14,7 @@ BASE_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..", " | ... | @@ -14,7 +14,7 @@ BASE_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..", " |
| 14 | PDF_NAME = 'nemo_new' | 14 | PDF_NAME = 'nemo_new' |
| 15 | 15 | ||
| 16 | # PDF path | 16 | # PDF path |
| 17 | -pdf_path = Path(BASE_DIR) / "storage" / "pdf" / "Iwasaki_1.pdf" | 17 | +pdf_path = Path(BASE_DIR) / "storage" / "pdf" / "New.pdf" |
| 18 | # Output folder | 18 | # Output folder |
| 19 | output_folder = Path(BASE_DIR) / "public" / "image" | 19 | output_folder = Path(BASE_DIR) / "public" / "image" |
| 20 | 20 | ... | ... |
-
Please register or sign in to post a comment