Fixed typo

This commit is contained in:
Hafitz Setya 2021-03-11 18:52:48 +07:00 committed by GitHub
parent 645a69b7ed
commit 49a9dcd7b7
Signed by untrusted user: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@ def get_readable_message():
except:
pass
if download.status() == MirrorStatus.STATUS_DOWNLOADING:
msg += f"\n<b>GID</b>: <code>{download.gid()}</code>"
msg += f"\n<b>GID:</b> <code>{download.gid()}</code>"
msg += "\n\n"
return msg