소스 검색

福小顺代码

罗俊辉 1 년 전
부모
커밋
01675c1696
1개의 변경된 파일0개의 추가작업 그리고 9개의 파일을 삭제
  1. 0 9
      spider/crawler_online/fuxiaoshun.py

+ 0 - 9
spider/crawler_online/fuxiaoshun.py

@@ -177,12 +177,3 @@ class FuXiaoShunRecommend(object):
                         )
 
 
-if __name__ == '__main__':
-    FXS = FuXiaoShunRecommend(
-        platform="fuxiaoshun",
-        mode="recommend",
-        rule_dict={},
-        user_list=[{"uid": "12345678", "nick_name": "luojunhui"}]
-    )
-    loop = asyncio.get_event_loop()
-    loop.run_until_complete(FXS.run())