From ca3544126bb07927a82445d97f4684e9c0bf0958 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 14 May 2021 11:06:24 +0200 Subject: [PATCH] More IsA to ignore --- web_view.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web_view.py b/web_view.py index d5a465b..8b83ccf 100755 --- a/web_view.py +++ b/web_view.py @@ -672,6 +672,8 @@ skip_isa = { 3955017, # intermediate good 2424752, # product 19603939, # building component + 55638, # tertiary sector of the economy + 3958441, # economic sector } skip_tags = {"Key:addr:street"}