From 26e8e91cb7c8cf5619442173e65e15ff3510db4c Mon Sep 17 00:00:00 2001 From: Zakhar Izmaylov Date: Fri, 22 Nov 2024 01:12:19 +0300 Subject: [PATCH] Update push --- handlers/notifications.py | 1 + 1 file changed, 1 insertion(+) diff --git a/handlers/notifications.py b/handlers/notifications.py index 56e2d2b6..5c4788d6 100644 --- a/handlers/notifications.py +++ b/handlers/notifications.py @@ -93,6 +93,7 @@ async def notify_10h_keys( email=email, expiry_date=expiry_date.strftime("%Y-%m-%d %H:%M:%S"), days_left_message=days_left_message, + price=RENEWAL_PLANS["1"]["price"], ) if not await is_bot_blocked(bot, tg_id):