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