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:
@@ -108,6 +108,7 @@ class MaaTouch(Connection):
|
||||
_maatouch_orientation: int = None
|
||||
|
||||
@cached_property
|
||||
@retry
|
||||
def _maatouch_builder(self):
|
||||
self.maatouch_init()
|
||||
return MaatouchBuilder(self)
|
||||
|
||||
Reference in New Issue
Block a user