wangkun 2 년 전
부모
커밋
e6d874f60b
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      gongzhonghao/gongzhonghao_follow/gongzhonghao_follow.py

+ 0 - 3
gongzhonghao/gongzhonghao_follow/gongzhonghao_follow.py

@@ -131,10 +131,7 @@ class GongzhonghaoFollow:
                     break
             if "list" not in r.json() or len(r.json()["list"]) == 0:
                 Common.logger(log_type, crawler).info(f"status_code:{r.status_code}")
-<<<<<<< HEAD
                 Common.logger(log_type, crawler).warning(f"get_gzh_url:{r.text}\n")
-=======
->>>>>>> 10469649fb8e3a7c21407a8a53956e879cd35721
                 Feishu.bot(log_type, crawler, "公众号_1频控啦,请扫码更换其他公众号token\nhttps://mp.weixin.qq.com/")
                 time.sleep(60 * 10)
                 os.system("ps aux | grep run_gongzhonghao_follow.py | grep -v grep | awk '{print $2}' | xargs kill -9")