mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 20:58:19 +08:00
FIx: Use wrong config name
This commit is contained in:
@@ -452,7 +452,7 @@ class AlasGUI(Frame):
|
||||
try:
|
||||
valid = []
|
||||
invalid = []
|
||||
config = State.config_updater.read_file(self.alas_name)
|
||||
config = State.config_updater.read_file(config_name)
|
||||
for k, v in modified.copy().items():
|
||||
valuetype = deep_get(self.ALAS_ARGS, k + ".valuetype")
|
||||
v = parse_pin_value(v, valuetype)
|
||||
|
||||
Reference in New Issue
Block a user