mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 09:33:32 +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')
|
'please enable ADB in the settings of your emulator')
|
||||||
exit(1)
|
exit(1)
|
||||||
except ConnectionError:
|
except ConnectionError:
|
||||||
|
if _ == 1:
|
||||||
|
raise
|
||||||
init.GITHUB_BASEURL = 'http://tool.appetizer.io/openatx'
|
init.GITHUB_BASEURL = 'http://tool.appetizer.io/openatx'
|
||||||
|
|
||||||
initer._device.shell(["rm", "/data/local/tmp/minicap"])
|
initer._device.shell(["rm", "/data/local/tmp/minicap"])
|
||||||
|
|||||||
Reference in New Issue
Block a user