Fix for extension

This commit is contained in:
Capybara-z
2025-04-19 21:46:04 +03:00
committed by GitHub
parent a92a19b84d
commit ea6f5297c1
+1 -1
View File
@@ -180,7 +180,7 @@ async def complete_key_renewal(tg_id, client_id, email, new_expiry_time, total_g
builder = InlineKeyboardBuilder()
builder.row(InlineKeyboardButton(text=MAIN_MENU, callback_data="profile"))
response_message = SUCCESS_RENEWAL_MSG.format(months=plan)
response_message = SUCCESS_RENEWAL_MSG.format(months_formatted=format_months(int(plan)))
if callback_query:
try: