mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 09:44:50 +00:00
Debug
Signed-off-by: Yasir Aris M <git@yasirdev.my.id>
This commit is contained in:
parent
a3884cfd10
commit
68e65e2ce5
1 changed files with 2 additions and 1 deletions
|
|
@ -121,7 +121,8 @@ async def ceksub(_, ctx: Message, strings):
|
|||
await msg.wait_for_click(from_user_id=ctx.from_user.id, timeout=30)
|
||||
except ListenerTimeout:
|
||||
await msg.edit_msg(strings("exp_task", context="general"))
|
||||
except Exception:
|
||||
except Exception as e:
|
||||
self.log.info(e)
|
||||
await pesan.edit_msg(strings("fail_extr_media"))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue