From 357cc3d8d9f2b02e60f0763f4701bd614b876436 Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Wed, 2 Feb 2022 11:16:23 +0800 Subject: Adapt web interface --- jimbrella/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jimbrella/auth.py') diff --git a/jimbrella/auth.py b/jimbrella/auth.py index 2d8b1cc..c7e2fa3 100644 --- a/jimbrella/auth.py +++ b/jimbrella/auth.py @@ -5,7 +5,7 @@ from .exceptions import UsernameTakenError from .config import * bp = Blueprint("auth", __name__, url_prefix="/") -users = Users(USERS_PATH) +users = Users(DATABASE_PATH) def show_error(action, message): -- cgit v1.2.3