Browse Source

福小顺代码

罗俊辉 1 year ago
parent
commit
01675c1696
1 changed files with 0 additions and 9 deletions
  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())