mirror of
https://github.com/searxng/searxng.git
synced 2025-11-22 06:23:09 -05:00
[mod] demo engines: smaller improvement
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
1520a8d545
commit
d2b4bff856
@ -57,7 +57,7 @@ about = {
|
||||
_my_online_engine = None
|
||||
|
||||
|
||||
def setup(engine_settings: dict[str, t.Any]) -> bool:
|
||||
def setup(engine_settings: "OnlineParams") -> bool:
|
||||
"""Dynamic setup of the engine settings.
|
||||
|
||||
For more details see :py:obj:`searx.enginelib.Engine.setup`."""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user