From df41b7712150adf384bc08e38215a7cc9970c100 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Fri, 23 Apr 2021 21:08:48 +0200 Subject: [mod] /stats : detail per engine allow to submit a github issue including the technical details (exceptions, errors, warning, checker result) --- searx/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'searx/__init__.py') diff --git a/searx/__init__.py b/searx/__init__.py index 11adbba73..71e00a49a 100644 --- a/searx/__init__.py +++ b/searx/__init__.py @@ -88,6 +88,10 @@ class _brand_namespace: def ISSUE_URL(self): 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') -- cgit v1.2.3