zhangbo vor 1 Jahr
Ursprung
Commit
67939b701a
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      flowpool_data_update_with_level.py

+ 2 - 0
flowpool_data_update_with_level.py

@@ -29,7 +29,9 @@ def get_videos_from_flow_pool(app_type, size=1000):
     request_data = {'appType': app_type, 'batchFlag': batch_flag, 'size': size}
     videos = []
     retry = 0
+    print("zhangbo1")
     while True:
+        print("zhangbo2")
         print(config_.GET_VIDEOS_FROM_POOL_URL)
         result = request_post(request_url=config_.GET_VIDEOS_FROM_POOL_URL, request_data=request_data)
         if result is None: