Skip to content

Commit

Permalink
update speedtest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
5hojib committed Dec 7, 2024
1 parent bcbb04c commit 82ebee7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bot/modules/speedtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
from speedtest import Speedtest

from bot import LOGGER, bot
from bot.helper.ext_utils.bot_utils import get_readable_file_size, new_task
from .helper.ext_utils.status_utils import get_readable_file_size
from bot.helper.ext_utils.bot_utils import new_task
from bot.helper.telegram_helper.bot_commands import BotCommands
from bot.helper.telegram_helper.filters import CustomFilters
from bot.helper.telegram_helper.message_utils import (
Expand Down

0 comments on commit 82ebee7

Please sign in to comment.