From 955eab8240b4dd903e431b85f6daf35c8672d39c Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 3 Oct 2021 15:12:09 +0200 Subject: [mod] searxng_extras - minor improvements - fix docs/searxng_extra/standalone_searx.py.rst - add SPDX tag - pylint standalone_searx.py and update_wikidata_units.py Signed-off-by: Markus Heiser --- searxng_extra/google_search.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'searxng_extra/google_search.py') diff --git a/searxng_extra/google_search.py b/searxng_extra/google_search.py index cad32eeca..34b40c0f2 100644 --- a/searxng_extra/google_search.py +++ b/searxng_extra/google_search.py @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: AGPL-3.0-or-later + from sys import argv, exit if not len(argv) > 1: -- cgit v1.2.3