Prompt for book directory when not set.

This commit is contained in:
th3r00t
2020-09-11 17:35:46 -04:00
parent 31aeb82c3d
commit 58c0f21784
2 changed files with 9 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{
"TITLE": "pyShelf E-Book Server",
"VERSION": "0.6.0",
"BOOKPATH": "~/Books",
"BOOKPATH": "",
"DB_HOST": "localhost",
"DB_PORT": "5432",
"DATABASE": "pyshelf",