Fix error
Signed-off-by: lzzy12 <jhashivam2020@gmail.com>
This commit is contained in:
parent
8d95cfa3b7
commit
99efa2dacb
|
|
@ -5,7 +5,8 @@ from bot import LOGGER, dispatcher
|
|||
from bot.helper import fs_utils
|
||||
from bot import download_dict, status_reply_dict
|
||||
from bot.helper.message_utils import *
|
||||
from bot.helper.bot_utils import get_readable_message, KillThreadException, MirrorStatus
|
||||
from bot.helper.bot_utils import get_readable_message, MirrorStatus
|
||||
from bot.helper.exceptions import KillThreadException
|
||||
|
||||
|
||||
class MirrorListener(listeners.MirrorListeners):
|
||||
|
|
|
|||
Loading…
Reference in New Issue