mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-07 04:14:51 +00:00
Pyromod: listener timeout
Signed-off-by: Yasir Aris M <git@yasirdev.my.id>
This commit is contained in:
parent
172e24086d
commit
484a1e7f00
1 changed files with 1 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ from logging import getLogger
|
||||||
from pyrogram import Client, filters
|
from pyrogram import Client, filters
|
||||||
from pyrogram.errors import (
|
from pyrogram.errors import (
|
||||||
ApiIdInvalid,
|
ApiIdInvalid,
|
||||||
|
ListenerTimeout,
|
||||||
PasswordHashInvalid,
|
PasswordHashInvalid,
|
||||||
PhoneCodeExpired,
|
PhoneCodeExpired,
|
||||||
PhoneCodeInvalid,
|
PhoneCodeInvalid,
|
||||||
|
|
@ -23,7 +24,6 @@ from telethon.errors import (
|
||||||
from telethon.sessions import StringSession
|
from telethon.sessions import StringSession
|
||||||
|
|
||||||
from misskaty import app
|
from misskaty import app
|
||||||
from misskaty.core.misskaty_patch.listen.listen import ListenerTimeout
|
|
||||||
from misskaty.vars import API_HASH, API_ID, COMMAND_HANDLER
|
from misskaty.vars import API_HASH, API_ID, COMMAND_HANDLER
|
||||||
|
|
||||||
LOGGER = getLogger("MissKaty")
|
LOGGER = getLogger("MissKaty")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue