Fix typo in speed indicator

Signed-off-by: lzzy12 <jhashivam2020@gmail.com>
This commit is contained in:
lzzy12 2019-12-25 19:17:35 +05:30
parent 4dd1aa4977
commit 4fc07cd7a9

View File

@ -90,7 +90,7 @@ def get_readable_message():
if download.status() != MirrorStatus.STATUS_ARCHIVING:
msg += f"\n<code>{get_progress_bar_string(download)} {download.progress()}</code> of " \
f"{download.size()}" \
f" at {download.speed()}ps, ETA: {download.eta()}\n\n"
f" at {download.speed()}, ETA: {download.eta()}\n\n"
return msg