This commit is contained in:
doms9 2025-12-12 13:59:13 -05:00
parent 18ab0fd65b
commit 00000d95af
3 changed files with 3 additions and 3 deletions

View file

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