mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 14:19:25 +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