罗俊辉 hace 10 meses
padre
commit
6122a99d80
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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