jack 2 months ago
parent
commit
8ab704eb63
1 changed files with 1 additions and 1 deletions
  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")