diff options
Diffstat (limited to 'searxng_extra/google_search.py')
| -rw-r--r-- | searxng_extra/google_search.py | 2 |
1 files changed, 2 insertions, 0 deletions
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: |