removed debug function
This commit is contained in:
parent
37082b6f3a
commit
e0fe811463
1
main.py
1
main.py
|
@ -24,7 +24,6 @@ for filename in os.listdir(directory):
|
|||
cv2.imshow(data, ROI)
|
||||
cv2.waitKey(1)
|
||||
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
|
||||
if manpage == "\n":
|
||||
rng = numpy.random.default_rng().random()
|
||||
|
|
Loading…
Reference in New Issue