From 72c32f38ced4600bcb72ae35bab2da37243f7e9b Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 2 Jul 2021 11:04:43 +0200 Subject: [PATCH] Also skip Key:addr and Key:lit --- matcher/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matcher/api.py b/matcher/api.py index 46c2427..e24dd3c 100644 --- a/matcher/api.py +++ b/matcher/api.py @@ -165,7 +165,7 @@ def get_items(item_ids): def get_item_tags(item): - skip_tags = {"Key:addr:street", "Key:lit"} + skip_tags = {"Key:addr", "Key:addr:street", "Key:lit"} isa_items = [] isa_list = [v["numeric-id"] for v in item.get_claim("P31")]