mirror of
https://github.com/Nick80835/microbot
synced 2025-08-31 14:38:04 +00:00
add a letter
This commit is contained in:
@@ -47,7 +47,7 @@ async def sysd(event):
|
|||||||
async def alive(event):
|
async def alive(event):
|
||||||
alive_format = "**Telethon version:** {0}\n" \
|
alive_format = "**Telethon version:** {0}\n" \
|
||||||
"**Python version:** {1}\n" \
|
"**Python version:** {1}\n" \
|
||||||
"**Memory usage:** {2}MB"
|
"**Memory usage:** {2}MiB"
|
||||||
|
|
||||||
mem_usage = int(psutil.Process(os.getpid()).memory_info().rss / 1048576)
|
mem_usage = int(psutil.Process(os.getpid()).memory_info().rss / 1048576)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user