1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 00:28:20 +08:00

Fix: Handle untrusted global proxy environment on deploy

This commit is contained in:
LmeSzinc
2022-12-28 01:41:38 +08:00
parent ebba35b7c9
commit 352a219571
2 changed files with 41 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
from deploy.patch import patch_trust_env
patch_trust_env()
from deploy.adb import AdbManager
from deploy.alas import AlasManager
from deploy.app import AppManager