浏览代码

增加日志

zhangyong 1 年之前
父节点
当前提交
de35bc0ea1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      video_agc/agc_video_method.py

+ 1 - 1
video_agc/agc_video_method.py

@@ -596,7 +596,7 @@ class AgcVidoe():
             if zw_count >= int(count):
                 return video_call
             limit_count = 1
-        Common.logger("gs_video").info(f"{mark}的{platform} 开始查询")
+        Common.logger("gs_video").info(f"{mark}的{platform} 开始查询 {video_list}")
         url_list = cls.get_url_gs_list(video_list, mark, limit_count)
         if url_list == None:
             Common.logger("gs_video").info(f"{mark}的{platform} 渠道 视频画面不足无法拼接")