health log
This commit is contained in:
parent
00000d9d12
commit
a4b7bef250
3 changed files with 200 additions and 141 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue