Compare commits
No commits in common. "cc23e1df333da012b7fb26677d600c0e9b290fbe" and "e986b8dd006c7bd7a90e6ce4a162eb0e8770cdde" have entirely different histories.
cc23e1df33
...
e986b8dd00
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