From 5abe831fedc22598f4deb650abc5cc635fd0ea57 Mon Sep 17 00:00:00 2001 From: hjdhnx Date: Sat, 15 Oct 2022 19:15:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0rules=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/files.py b/utils/files.py index 9670312..3dc87af 100644 --- a/utils/files.py +++ b/utils/files.py @@ -77,7 +77,7 @@ def custom_merge(original:dict,custom:dict): new_keys = custom.keys() updateObj = {} extend_obj = {} - for key in ['wallpaper','spider','homepage','lives','hotSearch','sniffer','recommend','rating']: + for key in ['wallpaper','spider','homepage','lives','hotSearch','sniffer','recommend','rating','rules']: if key in new_keys: updateObj[key] = custom[key] -- GitLab