mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Added version number to config, and title
This commit is contained in:
@@ -3,6 +3,8 @@ class Config:
|
||||
def __init__(self):
|
||||
self.book_path = "books/"
|
||||
self.TITLE = "pyShelf E-Book Server"
|
||||
self.VERSION = "0.1.0"
|
||||
self.TITLE = self.TITLE + " ver" + self.VERSION
|
||||
self.book_shelf = "data/shelf.json"
|
||||
# self.catalogue_db = "data/catalogue.db"
|
||||
self.catalogue_db = "../frontend/db.sqlite3"
|
||||
|
||||
Reference in New Issue
Block a user