mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-05 06:25:10 +00:00
Update regexFilter.py
Wenn ein Filter nicht Matched (Regex) kommt False Wenn es gar keinen Filter gibt, kommt ein falsches True. Muss auch False sein.
This commit is contained in:
parent
1a9e2a34d1
commit
3b9da8eb0e
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue