mirror of
https://github.com/snowykami/server-status-client.git
synced 2024-11-21 22:57:59 +08:00
✨ 修复运行时间错误的问题
This commit is contained in:
parent
c2a3966f37
commit
3c960896f4
@ -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,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user