diff options
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] = { |