mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
[fix] cleanup: rename searx leftovers to SearXNG (#5049)
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
@@ -149,7 +149,7 @@ def build_result(item: etree.Element) -> Dict[str, Any]:
|
||||
leechers = get_torznab_attribute(item, 'leechers')
|
||||
peers = get_torznab_attribute(item, 'peers')
|
||||
|
||||
# map attributes to searx result
|
||||
# map attributes to SearXNG result
|
||||
result: Dict[str, Any] = {
|
||||
'template': 'torrent.html',
|
||||
'title': get_attribute(item, 'title'),
|
||||
|
||||
Reference in New Issue
Block a user