wangkun 2 anos atrás
pai
commit
29602d4afe
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      main/follow_list.py

+ 1 - 1
main/follow_list.py

@@ -319,7 +319,7 @@ class Follow:
                               json=json_text, proxies=proxies, verify=False)
             # Common.logger(log_type).info("response:{}\n\n", r.text)
             if "feeds" not in r.json():
-                Feishu.bot(log_type, "follow:get_videos_from_person:"+r.text)
+                # Feishu.bot(log_type, "follow:get_videos_from_person:"+r.text)
                 Common.logger(log_type).warning("response:{}", r.text)
             else:
                 feeds = r.json()["feeds"]