diff options
| author | asciimoo <asciimoo@gmail.com> | 2014-01-18 21:53:59 +0100 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2014-01-18 21:53:59 +0100 |
| commit | 046e1907213ac6317deec045735a0ca36ec8a136 (patch) | |
| tree | 0ad9f652bf8cd1c932d14638bb99c4725749ab20 /searx/utils.py | |
| parent | cc5e7e94310f4670248754df59db3c3600543469 (diff) | |
[mod] function name
Diffstat (limited to 'searx/utils.py')
| -rw-r--r-- | searx/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
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" |