Skip to content

Commit

Permalink
Update bot_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
markjohanson183 authored May 26, 2023
1 parent 5d1231e commit f9f2f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/helper/ext_utils/bot_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def get_readable_message():
msg += f"\n<b>🚫 Cancel:</b> <code>/{BotCommands.CancelMirror} {download.gid()}</code>"
else:
msg += f"\n<b>Size: </b>{download.size()}"
msg += f"\n<b>Engine:</b> <code>qBittorrent v4.4.2</code>"
msg += f"\n<b>Engine:</b> <code>qBittorrent</code>"
msg += f"\n<b>Speed: </b>{download.upload_speed()}"
msg += f"\n<b>Uploaded: </b>{download.uploaded_bytes()}"
msg += f"\n<b>Ratio: </b>{download.ratio()}"
Expand Down

0 comments on commit f9f2f1d

Please sign in to comment.