mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
FIx again
This commit is contained in:
parent
3da0a6a2f0
commit
fb69c93626
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ from database.users_chats_db import db
|
|||
from inspect import getfullargspec
|
||||
from typing import Any, Optional, Tuple
|
||||
|
||||
from psutil import cpu_percent, Process
|
||||
from psutil import cpu_percent, Process, cpu_count
|
||||
from psutil import disk_usage as disk_usage_percent
|
||||
from psutil import virtual_memory, cpu_count, boot_time, net_io_counters
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue