Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -717,7 +717,7 @@ async def system_health():
|
|
| 717 |
}
|
| 718 |
|
| 719 |
# Add module-specific health if available
|
| 720 |
-
diagnostics_module = module_manager.get_module("
|
| 721 |
if diagnostics_module and hasattr(diagnostics_module, 'get_health'):
|
| 722 |
try:
|
| 723 |
module_health = await diagnostics_module.get_health()
|
|
|
|
| 717 |
}
|
| 718 |
|
| 719 |
# Add module-specific health if available
|
| 720 |
+
diagnostics_module = module_manager.get_module("sys_diagnostics")
|
| 721 |
if diagnostics_module and hasattr(diagnostics_module, 'get_health'):
|
| 722 |
try:
|
| 723 |
module_health = await diagnostics_module.get_health()
|