summaryrefslogtreecommitdiff
path: root/searx/data/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/data/__init__.py')
-rw-r--r--searx/data/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/searx/data/__init__.py b/searx/data/__init__.py
index c482a6b5a..b0e7d31d8 100644
--- a/searx/data/__init__.py
+++ b/searx/data/__init__.py
@@ -3,7 +3,7 @@ from pathlib import Path
__init__ = ['ENGINES_LANGUGAGES', 'CURRENCIES', 'USER_AGENTS', 'EXTERNAL_URLS', 'WIKIDATA_UNITS', 'EXTERNAL_BANGS',
- 'bangs_loader', 'ahmia_blacklist_loader']
+ 'OSM_KEYS_TAGS', 'bangs_loader', 'ahmia_blacklist_loader']
data_dir = Path(__file__).parent
@@ -23,3 +23,4 @@ USER_AGENTS = load('useragents.json')
EXTERNAL_URLS = load('external_urls.json')
WIKIDATA_UNITS = load('wikidata_units.json')
EXTERNAL_BANGS = load('external_bangs.json')
+OSM_KEYS_TAGS = load('osm_keys_tags.json')