1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 10:59:24 +08:00

Fix: Raise ConnectionError after retry

This commit is contained in:
SarContDeli
2022-12-07 13:43:01 +08:00
parent 4c1b7ecf3c
commit 91c2295069

View File

@@ -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"])