typo
This commit is contained in:
@@ -121,7 +121,7 @@ def act_now(index: int, path: str = None):
|
|||||||
couters += 1
|
couters += 1
|
||||||
pathus = f'{path}/{name}.pdf' if path else f"ignore/{name}/{name}.pdf"
|
pathus = f'{path}/{name}.pdf' if path else f"ignore/{name}/{name}.pdf"
|
||||||
with open(pathus, "wb") as file:
|
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()
|
ACTS[index]._driver.quit()
|
||||||
remove_text(OLD_REMOVE[index])
|
remove_text(OLD_REMOVE[index])
|
||||||
treads -= 1
|
treads -= 1
|
||||||
|
Reference in New Issue
Block a user