1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-19 23:33:33 +08:00

Merge pull request #3908 from LmeSzinc/bug_fix

Bug fix
This commit is contained in:
LmeSzinc
2024-06-21 02:14:58 +08:00
committed by GitHub
10 changed files with 22 additions and 6 deletions

View File

@@ -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)