mirror of
https://github.com/searxng/searxng.git
synced 2025-07-13 00:09:18 +02:00
Change self plugin to self_info + change self_info description
This commit is contained in:
parent
41fd748cdf
commit
0fe362bacf
3 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue