From 33941c35bce57c65edf06a0654267a57cf8b22b5 Mon Sep 17 00:00:00 2001 From: Verox001 Date: Tue, 23 Jan 2024 10:57:28 +0100 Subject: [PATCH] Removed stupid title from Luis --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 3b3f549..2ce4057 100644 --- a/app.py +++ b/app.py @@ -34,7 +34,7 @@ def index(): if current_user.is_authenticated: habits = current_user.get_habits() - name = "Hallo " + current_user.name + "du hurensohn" + name = "Hallo " + current_user.name else: habits = [] name = "Bitte melde dich an."