mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 16:39:26 +08:00
Fix: Re-check all timeout timer
- Fix tactical class get stuck when skill level reach to max.
This commit is contained in:
@@ -110,8 +110,7 @@ class InfoHandler(ModuleBase):
|
||||
|
||||
def ensure_no_story(self, skip_first_screenshot=True):
|
||||
logger.info('Ensure no story')
|
||||
story_timer = Timer(5, count=4)
|
||||
story_timer.start()
|
||||
story_timer = Timer(5, count=10).start()
|
||||
while 1:
|
||||
if skip_first_screenshot:
|
||||
skip_first_screenshot = False
|
||||
|
||||
Reference in New Issue
Block a user