AumCoreAI commited on
Commit
250dac5
·
verified ·
1 Parent(s): 094e1b3

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("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("system_diagnostics")
721
  if diagnostics_module and hasattr(diagnostics_module, 'get_health'):
722
  try:
723
  module_health = await diagnostics_module.get_health()