From d7d4bf51e09ae917a7380c4bb3a01913efee927c Mon Sep 17 00:00:00 2001 From: Kabooshki Date: Tue, 17 Sep 2024 12:54:22 -0500 Subject: [PATCH 1/2] todo edit --- TODO | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/TODO b/TODO index 142f31d..23ac548 100644 --- a/TODO +++ b/TODO @@ -1,2 +1 @@ -improve accuracy -create fixer program +improve accuracy \ No newline at end of file From cf8af5ab22b36ebcd3d7ba86d037ea76dc325abf Mon Sep 17 00:00:00 2001 From: Kabooshki Date: Tue, 17 Sep 2024 12:57:14 -0500 Subject: [PATCH 2/2] 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