summaryrefslogtreecommitdiff
path: root/searx/__init__.py
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-04-25 14:31:52 +0200
committerGitHub <noreply@github.com>2021-04-25 14:31:52 +0200
commit51494849fc821fb9ef3d3738d96a86c4d48a5ca3 (patch)
tree810ea893a696cc6630f89400bb84d35f72ad1f7e /searx/__init__.py
parentd20f2822d03e67b436973c8520a288fcc76c409a (diff)
parentdf41b7712150adf384bc08e38215a7cc9970c100 (diff)
Merge pull request #23 from searxng/metrics-stats-engines
Metrics stats engines
Diffstat (limited to 'searx/__init__.py')
-rw-r--r--searx/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/searx/__init__.py b/searx/__init__.py
index 11adbba73..71e00a49a 100644
--- a/searx/__init__.py
+++ b/searx/__init__.py
@@ -89,6 +89,10 @@ class _brand_namespace:
return self.get_val('brand', 'issue_url')
@property
+ def NEW_ISSUE_URL(self):
+ return self.get_val('brand', 'new_issue_url')
+
+ @property
def DOCS_URL(self):
return self.get_val('brand', 'docs_url')