diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-04-23 21:08:48 +0200 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2021-04-25 14:28:06 +0200 |
| commit | df41b7712150adf384bc08e38215a7cc9970c100 (patch) | |
| tree | e03332896d7941c9d3432164fd8fa541d4f8ece5 /searx/__init__.py | |
| parent | 0603b043ceadbc833410464bbf576fda8c11dc97 (diff) | |
[mod] /stats : detail per engine
allow to submit a github issue including the technical details
(exceptions, errors, warning, checker result)
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') |