start on installer script

This commit is contained in:
Mike Young
2019-12-23 17:06:51 -05:00
parent 083f82fde1
commit 5b81252f4f
6 changed files with 99 additions and 14 deletions

View File

@@ -22,8 +22,6 @@ class Config:
self.VERSION = _data["VERSION"]
self.TITLE = self.TITLE + " ver " + self.VERSION
self.book_shelf = _data["BOOKSHELF"]
# self.catalogue_db = "data/catalogue.db"
# self.catalogue_db = str(root) + "/" + _data["DATABASE"]
self.catalogue_db = _data["DATABASE"]
self.user = _data["USER"]
self.password = _data["PASSWORD"]
@@ -31,7 +29,6 @@ class Config:
self.db_port = _data["DB_PORT"]
self.file_array = [
self.book_shelf,
# self.catalogue_db,
]
self.root = root
self.auto_scan = True