mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Began extracting data from epub files
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user