1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 08:38:20 +08:00

Upd: Modified location of submodule config

This commit is contained in:
SarContDeli
2022-09-19 15:45:25 +08:00
parent a9ba299a0c
commit 165f6a1c95
10 changed files with 50 additions and 43 deletions

View File

@@ -22,6 +22,5 @@ def load_config(config_name):
config_lib = importlib.import_module(
'.config',
'submodule.' + get_dir_name(mod_name) + '.module.config')
config = config_lib.load_config(config_name, '')
return config_lib.load_config(config_name, '')