bug fixed

This commit is contained in:
agahhulusi 2022-11-17 17:01:12 +03:00
parent 3781c5e6d0
commit a41169c869
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ import psutil
from base.scope import Scope
from base.util.util import Util
from base.system.disk_info import DiskInfo
class System: