Update notification service

This commit is contained in:
MacRimi
2026-03-26 00:32:52 +01:00
parent fb066eb2e9
commit 0b3624dbd5
3 changed files with 526 additions and 559 deletions

View File

@@ -1093,7 +1093,7 @@ class HealthPersistence:
conn.commit()
conn.close()
# ─── System Capabilities Cache ───────────────────<EFBFBD><EFBFBD>───────────
# ─── System Capabilities Cache ──────────────────────────────
def get_capability(self, cap_key: str) -> Optional[str]:
"""

View File

@@ -314,7 +314,7 @@ def _format_vzdump_body(parsed: Dict[str, Any], is_success: bool) -> str:
return '\n'.join(parts)
# ──<EFBFBD><EFBFBD> Severity Icons ──────────────────────────────────────────────
# ── Severity Icons ──────────────────────────────────────────────
SEVERITY_ICONS = {
'CRITICAL': '\U0001F534',

File diff suppressed because it is too large Load Diff