mirror of
https://github.com//cppla/ServerStatus
synced 2025-12-14 01:33:54 +08:00
update disk io style
This commit is contained in:
@@ -307,7 +307,7 @@ def get_realtime_data():
|
||||
target=_net_speed,
|
||||
)
|
||||
t5 = threading.Thread(
|
||||
target=_disk_io(),
|
||||
target=_disk_io,
|
||||
)
|
||||
for ti in [t1, t2, t3, t4, t5]:
|
||||
ti.setDaemon(True)
|
||||
|
||||
Reference in New Issue
Block a user