From 5a2dc01990f0c6cca9a5998879caa194be71976a Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 16 Jul 2022 01:31:40 +0200 Subject: [PATCH] modify new user message a little --- files/routes/login.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/login.py b/files/routes/login.py index 1379350cb..b90f22337 100644 --- a/files/routes/login.py +++ b/files/routes/login.py @@ -427,7 +427,7 @@ def sign_up_post(v): g.db.add(new_follow) carp.stored_subscriber_count += 1 g.db.add(carp) - send_notification(carp.id, f"A new user (@{new_user.username}) has followed you automatically!") + send_notification(carp.id, f"A new user - @{new_user.username} - has followed you automatically!") return redirect(SITE_FULL)