e #2
This commit is contained in:
parent
eef02c5126
commit
00000d9c07
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ async def get_events(
|
||||||
if not sources:
|
if not sources:
|
||||||
continue
|
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]
|
valid_sources = [d for d in sources if d.get("source") not in skip_types]
|
||||||
|
|
||||||
if not valid_sources:
|
if not valid_sources:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue