summaryrefslogtreecommitdiff
path: root/jimbrella/auth.py
diff options
context:
space:
mode:
Diffstat (limited to 'jimbrella/auth.py')
-rw-r--r--jimbrella/auth.py2
1 files changed, 1 insertions, 1 deletions
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):