From 78729066259fc71d43ba7a08fd4f412b77fce800 Mon Sep 17 00:00:00 2001 From: FungYua <48909759+fungyua@users.noreply.github.com> Date: Thu, 13 Apr 2023 05:30:38 +0800 Subject: [PATCH] Update setting.py --- scripts/ch_lib/setting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ch_lib/setting.py b/scripts/ch_lib/setting.py index c09e710..9d213dc 100644 --- a/scripts/ch_lib/setting.py +++ b/scripts/ch_lib/setting.py @@ -71,7 +71,7 @@ def load(): util.printD("load setting file failed") return - data = {**data, **json_data} + data = {**json_data, **data} # save setting from parameter