Added Missing Statement
This commit is contained in:
parent
3a3eca2411
commit
ac39b7e682
|
|
@ -10,7 +10,7 @@ from .helper.telegram_helper.filters import CustomFilters
|
|||
from bot.helper.telegram_helper.bot_commands import BotCommands
|
||||
from .modules import authorize, list, cancel_mirror, mirror_status, mirror
|
||||
|
||||
|
||||
@run_async
|
||||
def stats(update, context):
|
||||
currentTime = get_readable_time((time.time() - botStartTime))
|
||||
total, used, free = shutil.disk_usage('.')
|
||||
|
|
|
|||
Loading…
Reference in New Issue