[feat] results: show source of suggested answer

This commit is contained in:
Bnyro 2023-08-08 18:12:07 +02:00 committed by Markus Heiser
parent 9100a48541
commit 13d801b75d
3 changed files with 18 additions and 6 deletions

View file

@ -22,7 +22,7 @@ from typing import List, Dict, Iterable
import urllib
import urllib.parse
from urllib.parse import urlencode, unquote
from urllib.parse import urlencode, urlparse, unquote
import httpx
@ -444,6 +444,7 @@ def render(template_name: str, **kwargs):
}
)
)
kwargs['urlparse'] = urlparse
# scripts from plugins
kwargs['scripts'] = set()