mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-13 20:10:21 +01: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
|
|
@ -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…
Reference in a new issue