mirror of
https://github.com/searxng/searxng.git
synced 2025-09-03 16:58:34 +02:00
[mod] /stats : detail per engine
allow to submit a github issue including the technical details (exceptions, errors, warning, checker result)
This commit is contained in:
parent
0603b043ce
commit
df41b77121
7 changed files with 227 additions and 20 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue