From 31822ee63498c600000bd14f6a5090327e9aa062 Mon Sep 17 00:00:00 2001 From: Capybara-z Date: Tue, 18 Feb 2025 11:19:52 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D1=8B=20=D0=BE=D1=82=D1=81=D1=82=D1=83=D0=BF=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- handlers/keys/subscriptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/keys/subscriptions.py b/handlers/keys/subscriptions.py index 2650f838..524211cc 100644 --- a/handlers/keys/subscriptions.py +++ b/handlers/keys/subscriptions.py @@ -190,7 +190,7 @@ async def handle_subscription(request, old_subscription=False): if "Happ" in user_agent: encoded_project_name = f"{PROJECT_NAME}" support_username = SUPPORT_CHAT_URL.split("https://t.me/")[-1] - announce_str = f"↖️Бот|📄 Подписка: {email} - {time_left}|Поддержка↗️" + announce_str = f"↖️Бот | 📄 Подписка: {email} - {time_left} | Поддержка↗️" headers = { "Content-Type": "text/plain; charset=utf-8", "Content-Disposition": "inline",