Fixed typo
This commit is contained in:
parent
645a69b7ed
commit
49a9dcd7b7
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue