From f0b461ab0b98ebbaf211600665e6c566836c8d4f Mon Sep 17 00:00:00 2001 From: Mike Date: Sun, 6 Oct 2019 16:51:53 -0400 Subject: [PATCH] Removed whitespace & Added TODO list --- main.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 4fed226..579f0e3 100755 --- a/main.py +++ b/main.py @@ -9,6 +9,10 @@ from library import Catalogue config = Config() # Get configuration settings InitFiles(config.file_array) # Initialize file system Catalogue = Catalogue() # Open the Catalogue - # This only needs to be run on first run, & when new books are added -Epub().import_books() # Filter Your books \ No newline at end of file +Epub().import_books() # Filter Your books +# TODO Implement file tracking system to avoid processing already tracked books +# TODO Figure out a system to get books page count +# TODO Update testing +# TODO Update Documentation +# TODO Requirements.txt \ No newline at end of file