mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 17:29:04 +08:00
Fix: Raise ConnectionError after retry
This commit is contained in:
parent
4c1b7ecf3c
commit
91c2295069
@ -67,6 +67,8 @@ class AdbManager(DeployConfig):
|
||||
'please enable ADB in the settings of your emulator')
|
||||
exit(1)
|
||||
except ConnectionError:
|
||||
if _ == 1:
|
||||
raise
|
||||
init.GITHUB_BASEURL = 'http://tool.appetizer.io/openatx'
|
||||
|
||||
initer._device.shell(["rm", "/data/local/tmp/minicap"])
|
||||
|
||||
Loading…
Reference in New Issue
Block a user