e #2
This commit is contained in:
parent
00000d9f7e
commit
00000d904e
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ async def get_events(
|
||||||
if not sources:
|
if not sources:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
skip_sources = {"alpha", "delta", "golf"}
|
skip_sources = {"admin", "alpha", "bravo"}
|
||||||
srce = [d for d in sources if d.get("source") not in skip_sources][0]
|
srce = [d for d in sources if d.get("source") not in skip_sources][0]
|
||||||
|
|
||||||
source_type = srce.get("source")
|
source_type = srce.get("source")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue