Possible fix for #2530 & #2526

This commit is contained in:
rembo10
2016-02-25 17:54:25 +00:00
parent 7e4a1e453b
commit 37a086d58d

View File

@@ -1456,7 +1456,10 @@ class WebInterface(object):
for k, v in kwargs.iteritems():
# TODO : HUGE crutch. It is all because there is no way to deal with options...
_conf = headphones.CONFIG._define(k)
try:
_conf = headphones.CONFIG._define(k)
except KeyError:
continue
conftype = _conf[1]
#print '===>', conftype