This commit is contained in:
doms9 2025-10-29 16:30:36 -04:00
parent 7c487189c4
commit 00000d9f0f
3 changed files with 15 additions and 8 deletions

View file

@ -163,7 +163,6 @@ async def get_events(
if not sources:
continue
# source = sources[0]
source = sources[1] if len(sources) > 1 else sources[0]
source_type = source.get("source")
stream_id = source.get("id")