[openaddresses] adding Italy countrywide to a pre_release_downloads set so it can be used in libpostal without having been merged yet
This commit is contained in:
@@ -14,6 +14,7 @@ class OpenAddressesConfig(object):
|
||||
|
||||
config = yaml.load(open(path))
|
||||
self.config = config['global']
|
||||
self.pre_release_downloads = config.get('pre_release_downloads', [])
|
||||
self.country_configs = config['countries']
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user