mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-01 04:40:34 +08:00
Opt: [JP] Research logger optmization
This commit is contained in:
@@ -408,7 +408,7 @@ class ResearchSelector(UI):
|
|||||||
projects: list
|
projects: list
|
||||||
|
|
||||||
def research_goto_detail(self, index, skip_first_screenshot=True):
|
def research_goto_detail(self, index, skip_first_screenshot=True):
|
||||||
logger.info('Research goto detail')
|
logger.info(f'Research goto detail (project {index})')
|
||||||
click_timer = Timer(10)
|
click_timer = Timer(10)
|
||||||
while 1:
|
while 1:
|
||||||
if skip_first_screenshot:
|
if skip_first_screenshot:
|
||||||
|
|||||||
Reference in New Issue
Block a user