mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 05:08:19 +08:00
Fix: 修复使用ADB时, 疯狂弹窗口的问题
- 中止运行时仍然会弹窗, 是gooey的锅 - 修正了拼写错误
This commit is contained in:
@@ -52,7 +52,7 @@ class Screenshot(Connection):
|
||||
Returns:
|
||||
PIL.Image.Image:
|
||||
"""
|
||||
adb = self.config.USE_ADB_SREENSHOT
|
||||
adb = self.config.USE_ADB_SCREENSHOT
|
||||
self._adb = adb
|
||||
|
||||
if adb:
|
||||
|
||||
Reference in New Issue
Block a user