fix sync, skip frozen subs / improve keys update / fix country switch no tariff / improve unfreeze sub / add back button in admin reset hwid

This commit is contained in:
Capybara-z
2025-06-15 23:48:33 +03:00
parent c9797f9b26
commit 5ecb5b66f0
5 changed files with 102 additions and 51 deletions
+8 -2
View File
@@ -121,7 +121,10 @@ async def handle_hwid_menu(
break
if not remna_server:
await callback_query.message.edit_text("🚫 Нет доступного сервера Remnawave.")
await callback_query.message.edit_text(
"🚫 Нет доступного сервера Remnawave.",
reply_markup=build_editor_kb(tg_id)
)
return
api = RemnawaveAPI(remna_server["api_url"])
@@ -181,7 +184,10 @@ async def handle_hwid_reset(
break
if not remna_server:
await callback_query.message.edit_text("🚫 Нет доступного сервера Remnawave.")
await callback_query.message.edit_text(
"🚫 Нет доступного сервера Remnawave.",
reply_markup=build_editor_kb(tg_id)
)
return
api = RemnawaveAPI(remna_server["api_url"])