Implemented the return of unique files for storage

This commit is contained in:
Raelon Masters
2019-10-14 17:52:16 -04:00
parent a1bb0aa101
commit f821eb02cb
15 changed files with 87 additions and 76 deletions

View File

@@ -1,7 +1,7 @@
class Config:
"""Main System Configuration"""
def __init__(self):
self.book_path = "books/"
self.book_path = "/home/raelon/Books/"
self.book_shelf = "data/shelf.json"
self.catalogue_db = "data/catalogue.db"
self.file_array = [
@@ -10,4 +10,4 @@ class Config:
self.catalogue_db,
"conf/settings.json"
]
self.auto_scan = True
self.auto_scan = True