mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Fix: research_receive timeout
This commit is contained in:
@@ -215,7 +215,7 @@ class RewardResearch(ResearchSelector):
|
||||
|
||||
def research_receive(self, skip_first_screenshot=True, save_get_items=False):
|
||||
logger.info('Research receive')
|
||||
timeout = Timer(40)
|
||||
timeout = Timer(40).start()
|
||||
executed = False
|
||||
|
||||
while 1:
|
||||
|
||||
Reference in New Issue
Block a user