mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-20 23:30:17 +01:00
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:
parent
c3398ccd3f
commit
c9ffd6ae0d
|
|
@ -28,7 +28,6 @@ def loadFilters():
|
|||
|
||||
@return: nothing
|
||||
"""
|
||||
global filterList
|
||||
try:
|
||||
logging.debug("loading filters")
|
||||
# For each entry in config.ini [Filters] section
|
||||
|
|
|
|||
Loading…
Reference in a new issue