From 7a1c3c4005ca1444f83435e9e294e57b7a0a2b84 Mon Sep 17 00:00:00 2001 From: w Date: Sun, 18 May 2025 17:03:48 -0300 Subject: [PATCH] user split bugfix --- bot/parsing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/parsing.py b/bot/parsing.py index e0cf652..c17a276 100644 --- a/bot/parsing.py +++ b/bot/parsing.py @@ -35,7 +35,7 @@ def parse_notification(notification,client): # Check for both short and fully-qualified name mentions username_variants = [ config.USER, - f'@{config.USER.split('@')[1]}' + f'@{config.USER.split("@")[1]}' ] # Make sure the notification text explicitly mentions the bot