mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-16 06:57:21 +08:00
Fix: Handle unknown research status when receiving the 6th research
This commit is contained in:
@@ -582,7 +582,7 @@ class ResearchSelector(UI):
|
||||
|
||||
@Config.when(SERVER=None)
|
||||
def research_detect(self):
|
||||
timeout = Timer(3, count=3).start()
|
||||
timeout = Timer(5, count=5).start()
|
||||
while 1:
|
||||
projects = research_detect(self.device.image)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user