diff options
Diffstat (limited to 'searx/__init__.py')
| -rw-r--r-- | searx/__init__.py | 4 |
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') |