jack 2 月之前
父节点
当前提交
8ab704eb63
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      step2.py

+ 1 - 1
step2.py

@@ -94,7 +94,7 @@ async def download_one(
                         async for chunk in img_resp.aiter_bytes(chunk_size=65536):
                             await fp.write(chunk)
 
-                log.info(f"[OK] {final_path.name}")
+                # log.info(f"[OK] {final_path.name}")
                 # 发送实时日志
                 try:
                     realtime_logger.broadcast_log_sync(f"下载完成: {final_path.name}", "SUCCESS", "step2")