罗俊辉 8 months ago
parent
commit
6122a99d80
1 changed files with 1 additions and 0 deletions
  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