Update regexFilter.py

Correcting the following issue (https://github.com/Schrolli91/BOSWatch/issues/217):
-Using global for 'filterList' but no assignment is done
This commit is contained in:
PeterLaemmle 2017-05-24 19:39:22 +02:00 committed by GitHub
parent c3398ccd3f
commit c9ffd6ae0d

View file

@ -28,7 +28,6 @@ def loadFilters():
@return: nothing
"""
global filterList
try:
logging.debug("loading filters")
# For each entry in config.ini [Filters] section