fix: core/channeltools.py

problema con i download parzialmente risolto
This commit is contained in:
greko17
2019-11-10 12:15:30 +01:00
parent a41fc47544
commit eae0e207f8

View File

@@ -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)