Skip to content

Commit

Permalink
Merge pull request #284 from Rumbel84/patch-1
Browse files Browse the repository at this point in the history
Update regexFilter.py
  • Loading branch information
Schrolli91 authored May 28, 2017
2 parents 3ce2971 + 0ab896b commit 98de4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/regexFilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 98de4c0

Please sign in to comment.