Merge branch 'master' of https://git.saret.tk/Mooooooooo/BulkBooks
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user