health log

This commit is contained in:
GitHub Actions Bot 2025-10-24 04:15:51 -04:00
parent 00000d9d12
commit a4b7bef250
3 changed files with 200 additions and 141 deletions

View file

@ -146,8 +146,6 @@ async def main() -> None:
tasks = [fetch_xml(url) for url in epg_urls]
results = await asyncio.gather(*tasks)
#breakpoint()
for epg_data in results:
if epg_data is None: