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

Fix: Minor issues when running Alas on AidLux+VMOS

- Rename function names in research_optimizer to avoid tests
- Remove watch_memory decorator and psutil dependency
- Fix typo of Hermit
This commit is contained in:
LmeSzinc
2022-02-04 00:40:15 +08:00
parent 91ff16c8f6
commit 36d805fea7
3 changed files with 3 additions and 20 deletions

View File

@@ -31,7 +31,7 @@ class Control(Hermit, Uiautomator2, Minitouch):
self.click_minitouch(x, y)
elif method == 'uiautomator2':
self.click_uiautomator2(x, y)
elif method == 'hermit':
elif method == 'Hermit':
self.click_hermit(x, y)
else:
self.click_adb(x, y)