summaryrefslogtreecommitdiff
path: root/jimbrella/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'jimbrella/config.py')
-rw-r--r--jimbrella/config.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/jimbrella/config.py b/jimbrella/config.py
index e0963f5..81e5d09 100644
--- a/jimbrella/config.py
+++ b/jimbrella/config.py
@@ -23,7 +23,6 @@ JFORM_GIVEBACK_URL = config["jform"]["giveback_url"]
JFORM_BOOKMARK_DIR = JIMBRELLA_DIR / Path(config["jform"]["bookmark_dir"])
DATABASE_PATH = JIMBRELLA_DIR / Path(config["db"]["db_path"])
-USERS_PATH = JIMBRELLA_DIR / Path(config["db"]["users_path"])
DUE_HOURS = config["rules"]["due_hours"]