Now serving static/index.html on :8000

This commit is contained in:
Mike
2019-11-02 03:39:50 -04:00
parent ce93050b7f
commit 15a24cb615
7 changed files with 37 additions and 10 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 = [