AumCoreAI commited on
Commit
ebb651c
·
verified ·
1 Parent(s): 9e848c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("system_diagnostics")
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()