Fixed key display in admin panel / Fixed earnings calculation in statistics

This commit is contained in:
Capybara-z
2025-07-21 19:29:48 +03:00
parent 34618a3de1
commit 50d2d5f716
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -578,7 +578,7 @@ async def handle_key_edit(
text = (
"<b>🔑 Информация о подписке</b>\n\n"
"<blockquote>"
f"🔗 <b>Ключ:</b> {key_value}\n"
f"🔗 <b>Ключ:</b> <code>{key_value}</code>\n"
f"📆 <b>Создан:</b> {created_at} (МСК)\n"
f"⏰ <b>Истекает:</b> {expiry_date} (МСК)\n"
f"🌐 <b>Кластер:</b> {key_details.get('cluster_name', '')}\n"