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

Fix: [ALAS] Touch builders have no retries if called directly

This commit is contained in:
LmeSzinc
2024-04-19 01:53:52 +08:00
parent 3757510ecd
commit bf52e6954a
2 changed files with 2 additions and 0 deletions

View File

@@ -373,6 +373,7 @@ class Minitouch(Connection):
_minitouch_init_thread = None
@cached_property
@retry
def _minitouch_builder(self):
self.minitouch_init()
return CommandBuilder(self)