diff options
Diffstat (limited to 'searx/engines/startpage.py')
| -rw-r--r-- | searx/engines/startpage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/startpage.py b/searx/engines/startpage.py index b04d1e25b..6a517f3d0 100644 --- a/searx/engines/startpage.py +++ b/searx/engines/startpage.py @@ -165,7 +165,7 @@ CACHE: EngineCache seconds.""" -def init(_): +def setup(_: dict[str, t.Any]) -> bool | None: global CACHE # pylint: disable=global-statement # hint: all three startpage engines (WEB, Images & News) can/should use the |
