Merge branch 'Vladless:main' into main

This commit is contained in:
Zahar Izmailov
2024-11-24 23:37:58 +03:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -72,6 +72,7 @@ async def extend_client_key(xui, inbound_id, email: str, new_expiry_time: int, c
client.inbound_id = inbound_id
await xui.client.update(client.id, client)
await xui.client.reset_stats(inbound_id, email)
logger.info(f"Ключ клиента {client.email} успешно продлён до {new_expiry_time}.")
except Exception as e:
+1 -1
View File
@@ -111,4 +111,4 @@ async def handle_about_vpn(callback_query: CallbackQuery):
)
builder.row(InlineKeyboardButton(text="⬅️ Назад", callback_data="start"))
await callback_query.message.answer(get_about_vpn("3.1.1_Stable"), reply_markup=builder.as_markup())
await callback_query.message.answer(get_about_vpn("3.2_Stable"), reply_markup=builder.as_markup())