diff --git a/utils/files.py b/utils/files.py index 9670312a55fdb3f8c1052107ae63b4a2cb669a42..3dc87afd568e3fc6f15ef57077062efce720d1df 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]