1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 07:28:21 +08:00

Merge pull request #207 from noname94/patch

Fix: might be infinite loop if we couldn't start a new research
This commit is contained in:
Kyo
2020-09-26 22:23:10 -03:00
committed by GitHub

View File

@@ -48,7 +48,7 @@ class Reward(RewardCommission, RewardTacticalClass, RewardResearch, RewardMeowff
self.ui_goto(page_reward, skip_first_screenshot=True)
reward_handled = False
while 1:
for _ in range(8):
if reward_handled:
break
self._reward_receive()