瀏覽代碼

tag
更新

zhangbo 1 年之前
父節點
當前提交
61f4c51cfd
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      flowpool_data_update_with_level.py

+ 1 - 0
flowpool_data_update_with_level.py

@@ -30,6 +30,7 @@ def get_videos_from_flow_pool(app_type, size=1000):
     videos = []
     retry = 0
     while True:
+        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:
             if retry > 2: