mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-09 09:57:43 +08:00
Fix: receive_6th_research timeout
This commit is contained in:
parent
a4cfe89476
commit
d734bf0f00
@ -476,6 +476,8 @@ class RewardResearch(ResearchSelector, ResearchQueue):
|
||||
break
|
||||
if 'unknown' in status:
|
||||
continue
|
||||
if sum([s == 'detail' for s in status]) == 5:
|
||||
break
|
||||
|
||||
return True
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user