This commit is contained in:
doms9 2025-11-18 00:38:40 -05:00
parent f04c9a4b0f
commit 00000d9cbf
2 changed files with 19 additions and 14 deletions

View file

@ -54,7 +54,7 @@ async def main() -> None:
asyncio.create_task(streamfree.scrape(network.client)),
asyncio.create_task(strmd.scrape(network.client)),
asyncio.create_task(tvpass.scrape(network.client)),
#asyncio.create_task(volo.scrape(network.client)),
# asyncio.create_task(volo.scrape(network.client)),
asyncio.create_task(watchfooty.scrape(network.client)),
]