diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-06-03 16:17:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-03 16:17:36 +0200 |
| commit | ac6c6670411aacc23daad212f41ce656bebe0f2a (patch) | |
| tree | e51c29aeebc52cd0c2cb3daa45fbfacf396cd778 /searx/webapp.py | |
| parent | a408dd37e762d30157f4c224f638b450f132ff1f (diff) | |
| parent | 2de007138ca1820e865c574cc13429d5da3f019f (diff) | |
Merge pull request #1280 from searxng/dependabot/pip/master/pylint-2.14.0
Bump pylint from 2.13.9 to 2.14.0
Diffstat (limited to 'searx/webapp.py')
| -rwxr-xr-x | searx/webapp.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/webapp.py b/searx/webapp.py index fa5ca0605..493468a22 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -1048,6 +1048,7 @@ def preferences(): # even if there is no exception reliablity = 0 else: + # pylint: disable=consider-using-generator reliablity = 100 - sum([error['percentage'] for error in errors if not error.get('secondary')]) reliabilities[e.name] = { |