123
This commit is contained in:
parent
61562da3e4
commit
3e6ffe93d4
2 changed files with 5 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,2 +1,4 @@
|
|||
.env
|
||||
__pycache__
|
||||
__pycache__
|
||||
data/support.db-wal
|
||||
data/support.db-shm
|
||||
|
|
|
|||
|
|
@ -373,7 +373,8 @@ async def cb_confirm_ticket(
|
|||
if chat_id is None:
|
||||
return
|
||||
|
||||
await event.answer(notification="Отправляем заявку…")
|
||||
#await event.answer(notification="Отправляем заявку…")
|
||||
await event.message.answer("⏳ Отправляем заявку…")
|
||||
|
||||
# ── Данные организации ────────────────────────────────────────────────────
|
||||
org = await get_organization(bot_user["org_id"])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue