Fix error

Signed-off-by: lzzy12 <jhashivam2020@gmail.com>
This commit is contained in:
lzzy12 2019-10-05 21:25:13 +05:30
parent 8d95cfa3b7
commit 99efa2dacb

View File

@ -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):