Commit bcdda3a2 by baiquan

使用多线程上传视频切片

parent 03108e86
......@@ -188,7 +188,7 @@ def execute_get_schema(headers: dict, proxy_url: str, category_id: str):
try:
response = get_schema(headers, proxy_url, category_id)
result = response.get('data', {})
logger.success(f'获取类目参数成功-->{result[:100]}')
logger.success(f'获取类目参数成功-->{str(result)[:200]}·······{str(result)[-200:]}')
return {
'code': 200,
'msg': 'success',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment