workin on new book check system

This commit is contained in:
Mike
2019-10-16 09:12:56 -04:00
parent f821eb02cb
commit 545b55a486
9 changed files with 59 additions and 75 deletions

View File

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