mirror of
https://github.com/snowykami/server-status-client.git
synced 2024-11-22 07:07:58 +08:00
✨ 修复运行时间错误的问题
This commit is contained in:
parent
c2a3966f37
commit
3c960896f4
@ -242,6 +242,9 @@ class Client:
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
self.hardware.disks[part.device] = {
|
self.hardware.disks[part.device] = {
|
||||||
|
"mountpoint": part.mountpoint,
|
||||||
|
"device": part.device,
|
||||||
|
"fstype": part.fstype,
|
||||||
"total": usage.total,
|
"total": usage.total,
|
||||||
"used": usage.used,
|
"used": usage.used,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user