Browse Source

取消测试代码绑定

罗俊辉 1 year ago
parent
commit
b469c935a4
2 changed files with 6 additions and 2 deletions
  1. 3 2
      application/config/topic_group_queue.py
  2. 3 0
      spider/spider_map.py

+ 3 - 2
application/config/topic_group_queue.py

@@ -4,8 +4,9 @@ class TopicGroup(object):
     """
     """
     def __init__(self):
     def __init__(self):
         self.spider_list = [
         self.spider_list = [
-            ("test", "recommend", "test"),
-            ("zhsdm", "recommend", "zhuhaoshiduomo"),
+            # ("test", "recommend", "test"),
+            # ("zhsdm", "recommend", "zhuhaoshiduomo"),
+            ("fxs", "recommend", "fuxiaoshun")
         ]
         ]
 
 
     def produce(self):
     def produce(self):

+ 3 - 0
spider/spider_map.py

@@ -18,5 +18,8 @@ spider_map = {
     # 祝好事多磨
     # 祝好事多磨
     "zhuhaoshiduomo": {
     "zhuhaoshiduomo": {
         "recommend": ZhuHaoShiDuoMoRecommend
         "recommend": ZhuHaoShiDuoMoRecommend
+    },
+    "fuxiaoshun": {
+        "recommend": FuXiaoShunRecommend
     }
     }
 }
 }