mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-04 22:17:24 +00:00
bug in filter.py
This commit is contained in:
parent
42384407ce
commit
fa328676e8
2 changed files with 4 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ def checkFilters(data,typ,plugin):
|
|||
#extract the correct data for filtering
|
||||
if typ == "FMS": data = data["fms"]
|
||||
if typ == "ZVEI": data = data["zvei"]
|
||||
if typ == "POC": data = data["poc"]
|
||||
if typ == "POC": data = data["ric"]
|
||||
|
||||
foundFilter = False
|
||||
for i in globals.filterList:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue