This commit is contained in:
doms9 2025-12-03 15:52:08 -05:00
parent eef02c5126
commit 00000d9c07

View file

@ -171,7 +171,7 @@ async def get_events(
if not sources:
continue
skip_types = {"admin", "alpha", "bravo"}
skip_types = {"alpha", "bravo"}
valid_sources = [d for d in sources if d.get("source") not in skip_types]
if not valid_sources: