minor fix
This commit is contained in:
4
main.py
4
main.py
@@ -500,9 +500,7 @@ def main(driver: WebDriver):
|
|||||||
tell('写入文件时发生了错误', e, level=0)
|
tell('写入文件时发生了错误', e, level=0)
|
||||||
|
|
||||||
if status.isalive(): outbox.put(Command('setStatus', 'FINISH'))
|
if status.isalive(): outbox.put(Command('setStatus', 'FINISH'))
|
||||||
else: break
|
else: return 0
|
||||||
|
|
||||||
return 0
|
|
||||||
|
|
||||||
async def handler(request: ws.WebSocketRequest):
|
async def handler(request: ws.WebSocketRequest):
|
||||||
global connection
|
global connection
|
||||||
|
|||||||
Reference in New Issue
Block a user