2
0
mirror of https://github.com/Nick80835/microbot synced 2025-08-30 05:58:23 +00:00

add a letter

This commit is contained in:
Nick80835 2020-06-21 15:18:07 -04:00
parent ddd66913f8
commit 8aabb901f1

View File

@ -47,7 +47,7 @@ async def sysd(event):
async def alive(event):
alive_format = "**Telethon version:** {0}\n" \
"**Python version:** {1}\n" \
"**Memory usage:** {2}MB"
"**Memory usage:** {2}MiB"
mem_usage = int(psutil.Process(os.getpid()).memory_info().rss / 1048576)