mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-17 06:25:25 +08:00
Opt: Decrease timer in ensure_no_story
This commit is contained in:
@@ -232,7 +232,7 @@ class InfoHandler(ModuleBase):
|
|||||||
|
|
||||||
def ensure_no_story(self, skip_first_screenshot=True):
|
def ensure_no_story(self, skip_first_screenshot=True):
|
||||||
logger.info('Ensure no story')
|
logger.info('Ensure no story')
|
||||||
story_timer = Timer(5, count=10).start()
|
story_timer = Timer(3, count=6).start()
|
||||||
while 1:
|
while 1:
|
||||||
if skip_first_screenshot:
|
if skip_first_screenshot:
|
||||||
skip_first_screenshot = False
|
skip_first_screenshot = False
|
||||||
|
|||||||
Reference in New Issue
Block a user