mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 12:10:00 +00:00
Change self plugin to self_info + change self_info description
This commit is contained in:
@@ -20,7 +20,7 @@ from searx import logger
|
||||
logger = logger.getChild('plugins')
|
||||
|
||||
from searx.plugins import (https_rewrite,
|
||||
self,
|
||||
self_info,
|
||||
search_on_category_select)
|
||||
|
||||
required_attrs = (('name', str),
|
||||
@@ -71,5 +71,5 @@ class PluginStore():
|
||||
|
||||
plugins = PluginStore()
|
||||
plugins.register(https_rewrite)
|
||||
plugins.register(self)
|
||||
plugins.register(self_info)
|
||||
plugins.register(search_on_category_select)
|
||||
|
||||
Reference in New Issue
Block a user