罗俊辉 9 tháng trước cách đây
mục cha
commit
6122a99d80
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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