Started UI Changes

This commit is contained in:
Raelon Masters
2020-06-01 09:05:28 -04:00
parent c12a32eb01
commit d740456df5
3 changed files with 13 additions and 25 deletions

View File

@@ -28,7 +28,6 @@ class Catalogue:
self.html_regx = re.compile(r"\.html")
self.root_dir = config.root
self.book_folder = config.book_path
# self.book_shelf = config.book_shelf
self.books = None
self.db_pointer = config.catalogue_db
self.config = config