This commit is contained in:
doms9 2025-11-16 12:59:29 -05:00
parent 308d607660
commit 00000d9a4d
3 changed files with 29 additions and 23 deletions

View file

@ -46,7 +46,7 @@ async def main() -> None:
tasks = [
asyncio.create_task(fawa.scrape(network.client)),
asyncio.create_task(lotus.scrape(network.client)),
asyncio.create_task(pixel.scrape(network.client)),
asyncio.create_task(pixel.scrape()),
asyncio.create_task(ppv.scrape(network.client)),
asyncio.create_task(roxie.scrape(network.client)),
asyncio.create_task(streambtw.scrape(network.client)),