Browse Source

1. 视频号测试上线

罗俊辉 1 year ago
parent
commit
64f51867b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      shipinhao/shipinhao_main/run_sph_author.py

+ 1 - 1
shipinhao/shipinhao_main/run_sph_author.py

@@ -129,7 +129,7 @@ def main(log_type, crawler, topic_name, group_id, env):
                         )
 
                 AliyunLogger.logging(
-                    code="1004", platform=crawler, mode=log_type, message="结束一轮抓取"
+                    code="1004", platform=crawler, mode=log_type, env=env,message="结束一轮抓取"
                 )
 
         except MQExceptionBase as err: