master #3

Merged
Ghost merged 4 commits from Moo/BulkBooks:master into master 2023-05-02 14:47:45 +03:00
Showing only changes of commit d73c5c579f - Show all commits

View File

@@ -121,7 +121,7 @@ def act_now(index: int, path: str = None):
couters += 1
pathus = f'{path}/{name}.pdf' if path else f"ignore/{name}/{name}.pdf"
with open(pathus, "wb") as file:
file.write(img2pdf.convert(glob.glob(f"ignore/{name}/*jpg")))
file.write(img2pdf.convert(glob.glob(f"ignore/{name}/*.jpg")))
ACTS[index]._driver.quit()
remove_text(OLD_REMOVE[index])
treads -= 1