From c59d93aae3bbb233edcc4ae0062b068ecd7d6b91 Mon Sep 17 00:00:00 2001 From: sany cyrus Date: Thu, 23 Jan 2025 21:27:05 +0000 Subject: [PATCH] testt he fix 2 --- application/views/userController.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/userController.py b/application/views/userController.py index 7f1afdb..672fc0c 100644 --- a/application/views/userController.py +++ b/application/views/userController.py @@ -23,7 +23,7 @@ from application.models import User, Blabber from application.forms import RegisterForm - +#... # Get logger logger = logging.getLogger("VeraDemo:userController") image_dir = os.path.join(os.path.dirname(__file__), '../../resources/images')