From 046e1907213ac6317deec045735a0ca36ec8a136 Mon Sep 17 00:00:00 2001 From: asciimoo Date: Sat, 18 Jan 2014 21:53:59 +0100 Subject: [mod] function name --- searx/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/utils.py') diff --git a/searx/utils.py b/searx/utils.py index 862185922..416055dfa 100644 --- a/searx/utils.py +++ b/searx/utils.py @@ -5,7 +5,7 @@ import codecs import cStringIO import re -def get_useragent(): +def gen_useragent(): # TODO return "Mozilla/5.0 (X11; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0" -- cgit v1.2.3