Added Missing Statement

This commit is contained in:
jaskaranSM 2019-11-01 21:29:23 +05:30 committed by GitHub
parent 3a3eca2411
commit ac39b7e682
Signed by untrusted user: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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('.')