zhangyong hai 1 ano
pai
achega
2dcae01a77
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      video_capture/douyin/douyin_author/douyin_author.py

+ 0 - 1
video_capture/douyin/douyin_author/douyin_author.py

@@ -104,7 +104,6 @@ class douyinAuthor():
                 if body == "":
                     Common.logger().info(f"请求获取body为空")
                     continue
-                Common.logger().info(f"请求获取body数据:{body}")
                 obj = json.loads(body)
                 has_more = True if obj.get('has_more', 0) == 1 else False
                 next_cursor = str(obj.get('max_cursor')) if has_more else None