This commit is contained in:
2025-11-27 01:04:52 +08:00
parent cec9198b8e
commit ddae7ae475

View File

@@ -201,6 +201,8 @@ class BitBrowser:
raise Exception(res)
bol = self.bit_browser_status(pk)
if bol:
# 等待5秒
time.sleep(5)
raise Exception(f'浏览器ID {pk} 未正常关闭')
return True