mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-20 23:30:17 +01:00
debug edit in filter.py
This commit is contained in:
parent
7adb710be1
commit
fbdc08d05a
|
|
@ -29,10 +29,10 @@ def checkFilters(data,typ,plugin):
|
|||
foundFilter = True
|
||||
logging.debug("found Filter: %s = %s", i["name"], i["regex"])
|
||||
if re.search(i["regex"], data):
|
||||
logging.debug("Filter passed")
|
||||
logging.debug("Filter passed: %s", i["name"])
|
||||
return True
|
||||
else:
|
||||
logging.debug("Filter not passed")
|
||||
logging.debug("Filter not passed: %s", i["name"])
|
||||
|
||||
if foundFilter:
|
||||
logging.debug("no Filter passed")
|
||||
|
|
|
|||
Loading…
Reference in a new issue