罗俊辉 8 月之前
父节点
当前提交
6122a99d80
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      applications/functions/pqFunctions.py

+ 1 - 0
applications/functions/pqFunctions.py

@@ -71,6 +71,7 @@ async def getNewVideoIds(video_obj_list):
     vid_list = []
     for video_obj in video_obj_list:
         # video_obj 里面的信息对于历史数据可能不全,需要从pq获取
+        print(json.dumps(video_obj, ensure_ascii=False, indent=4))
         try:
             if len(vid_list) >= 3:
                 return vid_list