diff options
Diffstat (limited to 'searx/enginelib/__init__.py')
| -rw-r--r-- | searx/enginelib/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/searx/enginelib/__init__.py b/searx/enginelib/__init__.py index 6e6c24cb7..aef49e0c3 100644 --- a/searx/enginelib/__init__.py +++ b/searx/enginelib/__init__.py @@ -142,3 +142,6 @@ class Engine: # pylint: disable=too-few-public-methods tokens: List[str] """A list of secret tokens to make this engine *private*, more details see :ref:`private engines`.""" + + weight: int + """Weighting of the results of this engine (:ref:`weight <settings engines>`).""" |