fix emojies

This commit is contained in:
Dobromir Popov
2025-11-22 21:46:35 +02:00
parent e541e16e7e
commit 9a06288911
37 changed files with 528 additions and 181 deletions

View File

@@ -36,7 +36,7 @@ def check_health():
all_healthy = False
if all_healthy:
print("\n🎉 Overall Health: HEALTHY")
print("\nOverall Health: HEALTHY")
return 0
else:
print("\n Overall Health: DEGRADED")
@@ -91,7 +91,7 @@ def main():
print("=" * 50)
if api_healthy and ws_healthy:
print("🎉 COBY System: FULLY HEALTHY")
print("COBY System: FULLY HEALTHY")
return 0
elif api_healthy:
print(" COBY System: PARTIALLY HEALTHY (API only)")