From 37ef761c07b183b64c483d14dc209768a3427af6 Mon Sep 17 00:00:00 2001 From: break27 Date: Fri, 29 Aug 2025 09:53:01 +0800 Subject: [PATCH] minor fix --- main.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/main.py b/main.py index e3c9b70..0c93b7c 100644 --- a/main.py +++ b/main.py @@ -500,9 +500,7 @@ def main(driver: WebDriver): tell('写入文件时发生了错误', e, level=0) if status.isalive(): outbox.put(Command('setStatus', 'FINISH')) - else: break - - return 0 + else: return 0 async def handler(request: ws.WebSocketRequest): global connection