zhangyong 2 月之前
父節點
當前提交
ee6a0ae1f6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/main.py

+ 1 - 1
app/main.py

@@ -88,7 +88,7 @@ async def main():
     """
     """
     spider_list = TopicGroup().produce()
     spider_list = TopicGroup().produce()
     while spider_list:
     while spider_list:
-        # print(spider_list)
+        print(spider_list)
         tasks = [consume_single_message(spider) for spider in spider_list]
         tasks = [consume_single_message(spider) for spider in spider_list]
         await asyncio.gather(*tasks)
         await asyncio.gather(*tasks)
         await asyncio.sleep(20)
         await asyncio.sleep(20)