1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 18:39:04 +08:00

Fix: receive_6th_research timeout

This commit is contained in:
LmeSzinc 2022-08-02 20:55:38 +08:00
parent a4cfe89476
commit d734bf0f00

View File

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