mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Fix: Raise ConnectionError after retry
This commit is contained in:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user