1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 23:18:22 +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

@@ -108,6 +108,7 @@ class MaaTouch(Connection):
_maatouch_orientation: int = None
@cached_property
@retry
def _maatouch_builder(self):
self.maatouch_init()
return MaatouchBuilder(self)