diff --git a/searx/search/processors/online_currency.py b/searx/search/processors/online_currency.py index c79374f51..ed4191fd0 100644 --- a/searx/search/processors/online_currency.py +++ b/searx/search/processors/online_currency.py @@ -52,10 +52,6 @@ class OnlineCurrencyProcessor(OnlineProcessor): engine_type: str = "online_currency" - def initialize(self, callback: t.Callable[["EngineProcessor", bool], bool]): - CURRENCIES.init() - super().initialize(callback) - def get_params(self, search_query: "SearchQuery", engine_category: str) -> OnlineCurrenciesParams | None: """Returns a dictionary with the :ref:`request params ` (:py:obj:`OnlineCurrenciesParams`). ``None`` is