Skip to content

Commit

Permalink
Pyromod: listener timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Yasir Aris M <[email protected]>
  • Loading branch information
yasirarism authored Nov 27, 2023
1 parent 172e240 commit 484a1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misskaty/plugins/session_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from pyrogram import Client, filters
from pyrogram.errors import (
ApiIdInvalid,
ListenerTimeout,
PasswordHashInvalid,
PhoneCodeExpired,
PhoneCodeInvalid,
Expand All @@ -23,7 +24,6 @@
from telethon.sessions import StringSession

from misskaty import app
from misskaty.core.misskaty_patch.listen.listen import ListenerTimeout
from misskaty.vars import API_HASH, API_ID, COMMAND_HANDLER

LOGGER = getLogger("MissKaty")
Expand Down

0 comments on commit 484a1e7

Please sign in to comment.