Skip to content

Commit

Permalink
Luna (AeonOrg#12)
Browse files Browse the repository at this point in the history
* Nothing

* Grammar

* Nothing!

* \n
  • Loading branch information
5hojib authored Apr 12, 2023
1 parent b01e3b0 commit 1f0e946
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 @@ -166,7 +166,7 @@ def get_readable_message():
buttons.ibutton("Next", "status nex")
button = buttons.build_menu(3)
msg += f"<b>• Tasks</b>: {tasks}"
msg += f"<b>• Bot uptime</b>: {get_readable_time(time() - botStartTime)}"
msg += f"\n<b>• Bot uptime</b>: {get_readable_time(time() - botStartTime)}"
msg += f"\n<b>• Free disk space</b>: {get_readable_file_size(disk_usage(config_dict['DOWNLOAD_DIR']).free)}"
msg += f"\n<b>• Total uploading speed</b>: {get_readable_file_size(up_speed)}/s"
msg += f"\n<b>• Total downloading speed</b>: {get_readable_file_size(dl_speed)}/s"
Expand Down

0 comments on commit 1f0e946

Please sign in to comment.