Update notification service

This commit is contained in:
MacRimi
2026-03-03 19:45:54 +01:00
parent a8cc995558
commit 2bee28a1d8
3 changed files with 12 additions and 5 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': ', '.join(important_lines) if important_lines else 'none',
'important_list': '\n'.join(important_lines) if important_lines else 'none',
'package_list': ', '.join(important_lines[:6]) if important_lines else '',
}