diff --git a/spiders/xueqiu/xueqiu/pipelines.py b/spiders/xueqiu/xueqiu/pipelines.py index 5fc397f2..6785ace1 100644 --- a/spiders/xueqiu/xueqiu/pipelines.py +++ b/spiders/xueqiu/xueqiu/pipelines.py @@ -9,8 +9,6 @@ import os from pymongo import MongoClient - - class XueqiuPipeline(object): mongo = MongoClient( host='localhost',