mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-19 21:39:28 +08:00
Add: timeout setting of changing ship's type and attribute
This commit is contained in:
@@ -59,7 +59,7 @@ class ChangeAttribute(ModuleBase):
|
||||
logger.info("Click confirm")
|
||||
self.device.sleep(0.5)
|
||||
_confirmed = True
|
||||
self.d.wait_timeout = 90.0
|
||||
self.d.wait_timeout = deep_get(self.config.data, "GameManager.ChangeAttribute.Timeout")
|
||||
|
||||
if _set and _confirmed:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user