Merge pull request #284 from Rumbel84/patch-1

Update regexFilter.py
This commit is contained in:
Bastian Schroll 2017-05-28 10:36:31 +02:00 committed by GitHub
commit 98de4c077d

View file

@ -89,7 +89,7 @@ def checkFilters(typ, data, plugin, freq):
return False
else:
logging.debug("no Filter found")
return True
return False
except:
logging.error("Error in filter checking")