Began extracting data from epub files

This commit is contained in:
Mike
2019-10-01 17:30:36 -04:00
parent 81fe90bce5
commit 8e90fc851c
18 changed files with 210 additions and 150 deletions

View File

@@ -3,9 +3,11 @@ class Config:
def __init__(self):
self.book_path = "books/"
self.book_shelf = "data/shelf.json"
self.catalogue_db = "data/catalogue.db"
self.file_array = [
"data/catalogue.json",
"data/shelf.json",
self.book_shelf,
self.catalogue_db,
"conf/settings.json"
]
self.auto_scan = True