This commit is contained in:
dv 2026-03-27 15:57:11 +03:00
parent 61562da3e4
commit 3e6ffe93d4
2 changed files with 5 additions and 2 deletions

4
.gitignore vendored
View file

@ -1,2 +1,4 @@
.env .env
__pycache__ __pycache__
data/support.db-wal
data/support.db-shm

View file

@ -373,7 +373,8 @@ async def cb_confirm_ticket(
if chat_id is None: if chat_id is None:
return return
await event.answer(notification="Отправляем заявку…") #await event.answer(notification="Отправляем заявку…")
await event.message.answer("⏳ Отправляем заявку…")
# ── Данные организации ──────────────────────────────────────────────────── # ── Данные организации ────────────────────────────────────────────────────
org = await get_organization(bot_user["org_id"]) org = await get_organization(bot_user["org_id"])