|
@@ -5,7 +5,7 @@ class TopicGroup(object):
|
|
def __init__(self):
|
|
def __init__(self):
|
|
self.spider_list = [
|
|
self.spider_list = [
|
|
# ("test", "recommend", "test"),
|
|
# ("test", "recommend", "test"),
|
|
- # ("zhsdm", "recommend", "zhuhaoshiduomo"),
|
|
|
|
|
|
+ ("zhsdm", "recommend", "zhuhaoshiduomo"),
|
|
("fxs", "recommend", "fuxiaoshun")
|
|
("fxs", "recommend", "fuxiaoshun")
|
|
]
|
|
]
|
|
|
|
|