Skip to content

Commit 1820534

Browse files
authored
CTUMP Ghép png to pdf
Version: 0.9.1 Signed-off-by: Vũ Tuấn David <[email protected]>
1 parent 7765143 commit 1820534

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

try.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,9 @@ def scrape_and_save_pdf(base_url: str, doc_info: DocumentInfo) -> bool:
169169

170170
def main():
171171
base_url = "https://media.ctump.edu.vn/DocImage.axd"
172-
172+
ver = 1
173173
print("=== Document Scraper ===")
174+
print(f"Version {ver}")
174175
print("--- Input Phase ---")
175176
num_documents = get_valid_integer_input("Enter how many documents to download: ")
176177

@@ -193,4 +194,4 @@ def main():
193194
print("-" * 40)
194195

195196
if __name__ == "__main__":
196-
main()
197+
main()

0 commit comments

Comments
 (0)