mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Fix: Skip first screenshot in tools
since you cannot run benchmark before benckmarked
This commit is contained in:
@@ -153,7 +153,7 @@ class ProcessManager:
|
||||
elif func in get_available_func():
|
||||
from alas import AzurLaneAutoScript
|
||||
|
||||
AzurLaneAutoScript(config_name=config_name).run(inflection.underscore(func))
|
||||
AzurLaneAutoScript(config_name=config_name).run(inflection.underscore(func), skip_first_screenshot=True)
|
||||
elif func in get_available_mod():
|
||||
mod = load_mod(func)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user