diff options
Diffstat (limited to 'searx/engines/google_images.py')
-rw-r--r-- | searx/engines/google_images.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/engines/google_images.py b/searx/engines/google_images.py index 6ecbb9ab5..01bdbeef2 100644 --- a/searx/engines/google_images.py +++ b/searx/engines/google_images.py @@ -56,7 +56,6 @@ about = { # engine dependent config categories = ['images'] paging = False -language_support = True use_locale_domain = True time_range_support = True safesearch = True |