Browse Source

鲨鱼祝福——上线

罗俊辉 1 year ago
parent
commit
0d428189c5
1 changed files with 1 additions and 4 deletions
  1. 1 4
      spider/crawler_online/shayuzhufu.py

+ 1 - 4
spider/crawler_online/shayuzhufu.py

@@ -167,11 +167,8 @@ class SharkZhuFuRecommend(object):
             self.download_cnt += 1
             # print(mq_obj)
             self.mq.send_msg(mq_obj)
-            AliyunLogger.logging(
+            self.aliyun_log.logging(
                 code="1002",
-                platform=self.platform,
-                mode=self.mode,
-                env=self.env,
                 message="成功发送至 ETL",
                 data=mq_obj,
             )