This commit is contained in:
yasirarism 2023-06-16 14:41:54 +00:00 committed by GitHub
parent ac91ff9093
commit 3f5ac4d6b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -164,7 +164,7 @@ async def server_stats(self: Client, ctx: Message) -> "Message":
)
end = datetime.now()
draw_progressbar(243, int(cpu_percentage))
# draw_progressbar(243, int(cpu_percentage))
draw.text(
(225, 153),
f"( {cpu_counts} core, {cpu_percentage}% )",