jack hai 2 meses
pai
achega
8ab704eb63
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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")