Compare commits
3 Commits
e986b8dd00
...
cc23e1df33
Author | SHA1 | Date |
---|---|---|
Kabooshki | cc23e1df33 | |
Kabooshki | cf8af5ab22 | |
Kabooshki | d7d4bf51e0 |
2
main.py
2
main.py
|
@ -37,4 +37,4 @@ for filename in os.listdir(directory):
|
||||||
elif os.path.isfile(f'images/{manpage}.jpg') == False:
|
elif os.path.isfile(f'images/{manpage}.jpg') == False:
|
||||||
os.rename(f'{f}', f'images/{manpage}.jpg')
|
os.rename(f'{f}', f'images/{manpage}.jpg')
|
||||||
cv2.destroyAllWindows()
|
cv2.destroyAllWindows()
|
||||||
cv2.destroyAllWindows()
|
cv2.destroyAllWindows()
|
Loading…
Reference in New Issue