removed debug function

This commit is contained in:
Kabooshki 2024-09-18 12:19:58 -05:00
parent 37082b6f3a
commit e0fe811463
Signed by: Kabooshki
GPG Key ID: 5E7B7F2F405CD62A
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ for filename in os.listdir(directory):
cv2.imshow(data, ROI) cv2.imshow(data, ROI)
cv2.waitKey(1) cv2.waitKey(1)
manpage = input("please input the number on the page (if the title is correct, enter nothing)") manpage = input("please input the number on the page (if the title is correct, enter nothing)")
print(manpage)
#check if the new name already exists #check if the new name already exists
if manpage == "\n": if manpage == "\n":
rng = numpy.random.default_rng().random() rng = numpy.random.default_rng().random()