Commit efda7c1a by baiquan

优化hub浏览器关闭逻辑

parent b2112e42
...@@ -203,6 +203,7 @@ async def run(): ...@@ -203,6 +203,7 @@ async def run():
for task in tasks: for task in tasks:
if task.get("type") == 1: if task.get("type") == 1:
await closeAllBrowser() await closeAllBrowser()
break
if __name__ == '__main__': if __name__ == '__main__':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment