diff --git a/core/channeltools.py b/core/channeltools.py index 56e6fee3..1d02ffcc 100644 --- a/core/channeltools.py +++ b/core/channeltools.py @@ -379,7 +379,8 @@ def set_channel_setting(name, value, channel): def_keys = [] del_keys = [] for key in def_settings: - def_keys.append(key['id']) +## def_keys.append(key['id']) + def_keys.append(channel) for key in dict_settings: if key not in def_keys: del_keys.append(key)