summaryrefslogtreecommitdiff
path: root/searx/engines/github.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/engines/github.py')
-rw-r--r--searx/engines/github.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/engines/github.py b/searx/engines/github.py
index be2cfe7c5..d36797aba 100644
--- a/searx/engines/github.py
+++ b/searx/engines/github.py
@@ -10,7 +10,6 @@ accept_header = 'application/vnd.github.preview.text-match+json'
def request(query, params):
- global search_url
params['url'] = search_url.format(query=urlencode({'q': query}))
params['headers']['Accept'] = accept_header
return params