From cf8af5ab22b36ebcd3d7ba86d037ea76dc325abf Mon Sep 17 00:00:00 2001 From: Kabooshki Date: Tue, 17 Sep 2024 12:57:14 -0500 Subject: [PATCH] removed whitespace --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 2de2abf..b1a5fed 100644 --- a/main.py +++ b/main.py @@ -37,4 +37,4 @@ for filename in os.listdir(directory): elif os.path.isfile(f'images/{manpage}.jpg') == False: os.rename(f'{f}', f'images/{manpage}.jpg') cv2.destroyAllWindows() - cv2.destroyAllWindows() + cv2.destroyAllWindows() \ No newline at end of file