Update notification service

This commit is contained in:
MacRimi
2026-03-03 21:12:19 +01:00
parent 4a41e40592
commit 66d2a68167
2 changed files with 2 additions and 2 deletions

View File

@@ -1780,7 +1780,7 @@ class PollingCollector:
'security_count': str(len(security_pkgs)),
'pve_count': str(len(pve_pkgs)),
'kernel_count': str(len(kernel_pkgs)),
'important_list': '\n'.join(f' {l}' for l in important_lines) if important_lines else 'none',
'important_list': '\n'.join(f' \u2022 {l}' for l in important_lines) if important_lines else 'none',
'package_list': ', '.join(important_lines[:6]) if important_lines else '',
}