We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8497df0 commit f4c3a92Copy full SHA for f4c3a92
main.py
@@ -66,11 +66,11 @@
66
67
68
async def main():
69
- # logger.info("Starting Taiga crawler...")
70
- # await a_moins_b(url, 0, -1, headers)
71
- # collection_tasks = [col.get('function')(url, col, headers) for col in collections]
72
- # await asyncio.gather(*collection_tasks)
73
- # print("Taiga crawler ended successful !!!")
+ logger.info("Starting Taiga crawler...")
+ await a_moins_b(url, 0, -1, headers)
+ collection_tasks = [col.get('function')(url, col, headers) for col in collections]
+ await asyncio.gather(*collection_tasks)
+ print("Taiga crawler ended successful !!!")
74
75
print("Starting import_ind...")
76
start_time = datetime.now()
0 commit comments