罗俊辉 8 ay önce
ebeveyn
işleme
6122a99d80
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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 = []
     vid_list = []
     for video_obj in video_obj_list:
     for video_obj in video_obj_list:
         # video_obj 里面的信息对于历史数据可能不全,需要从pq获取
         # video_obj 里面的信息对于历史数据可能不全,需要从pq获取
+        print(json.dumps(video_obj, ensure_ascii=False, indent=4))
         try:
         try:
             if len(vid_list) >= 3:
             if len(vid_list) >= 3:
                 return vid_list
                 return vid_list