From f80b33a60aaa7143e14bf309d8e6ee0c113938be Mon Sep 17 00:00:00 2001 From: Pupchansky Date: Sat, 28 Sep 2024 15:53:48 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D1=87=D0=B8=D0=BD=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B4=D0=B8=D1=81=D0=BA=D0=BE=D1=80=D0=B4-=D1=87=D0=B5=D0=B9?= =?UTF-8?q?=D0=BD=D0=B4=D0=B6=D0=BB=D0=BE=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - wl-remove: Электродемон вырезан до лучших времён:pepe_life: --- Tools/notify_discord_push.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tools/notify_discord_push.py b/Tools/notify_discord_push.py index 719a33ec84..1688098e3b 100644 --- a/Tools/notify_discord_push.py +++ b/Tools/notify_discord_push.py @@ -32,8 +32,8 @@ def main(): if content_dict.get(author) == None: content_dict[author] = [body] - - content_dict[author].append(body) + else: + content_dict[author].append(body) for author, messages in content_dict.items(): message = str.join("\n", messages)