zhangyong 2 hónapja
szülő
commit
ee6a0ae1f6
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      app/main.py

+ 1 - 1
app/main.py

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