修复运行时间错误的问题
Some checks failed
Compile / build (x64, windows-latest) (push) Failing after 36s
Compile / build (x64, ubuntu-latest) (push) Failing after 1m27s

This commit is contained in:
远野千束 2024-10-05 03:21:33 +08:00
parent c2a3966f37
commit 3c960896f4

View File

@ -242,6 +242,9 @@ class Client:
continue
self.hardware.disks[part.device] = {
"mountpoint": part.mountpoint,
"device": part.device,
"fstype": part.fstype,
"total": usage.total,
"used": usage.used,
}