Skip to content

Commit

Permalink
Oof
Browse files Browse the repository at this point in the history
  • Loading branch information
breakdowns authored Mar 9, 2021
1 parent ce7dba3 commit 7244121
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ def stats(update, context):
f'<b>Free:</b> {free}\n\n' \
f'📊Data Usage📊\n<b>Upload:</b> {sent}\n' \
f'<b>Down:</b> {recv}\n\n' \
f'<b>CPU:</b> {cpuUsage}%\n ' \
f'<b>RAM:</b> {memory}%\n ' \
f'<b>Disk:</b> {disk}%'\n
f'<b>CPU:</b> {cpuUsage}%\n' \
f'<b>RAM:</b> {memory}%\n' \
f'<b>Disk:</b> {disk}%'
sendMessage(stats, context.bot, update)


Expand Down

0 comments on commit 7244121

Please sign in to comment.