Fix typo in speed indicator
Signed-off-by: lzzy12 <jhashivam2020@gmail.com>
This commit is contained in:
parent
4dd1aa4977
commit
4fc07cd7a9
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue