1
0
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:
LmeSzinc
2022-07-31 23:51:49 +08:00
parent 6702ec234a
commit c497a81a7f
2 changed files with 37 additions and 19 deletions

View File

@@ -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)