mirror of
https://github.com/Nick80835/microbot
synced 2025-08-30 05:58:23 +00:00
add a letter
This commit is contained in:
parent
ddd66913f8
commit
8aabb901f1
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user