Also skip Key:addr and Key:lit

This commit is contained in:
Edward Betts 2021-07-02 11:04:43 +02:00
parent f906cb65c5
commit 72c32f38ce
1 changed files with 1 additions and 1 deletions

View File

@ -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")]