update alerts.py

This commit is contained in:
Janik Besendorf
2025-11-07 18:25:20 +01:00
parent b1f0a2de06
commit c6837a455a

View File

@@ -61,7 +61,7 @@ class AlertStore:
if hasattr(obj, "get_slug") and callable(obj.get_slug):
try:
return obj.get_slug()
except:
except Exception:
pass
# Fallback: return "unknown" if we can't find the module