diff options
author | asciimoo <asciimoo@gmail.com> | 2014-01-30 02:36:15 +0100 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2014-01-30 02:36:15 +0100 |
commit | 72793725e2049628d4de57ad46bb4113eb83faa6 (patch) | |
tree | f24ab500cd5b0fef4d2ae94eb6f8f4ead79281b9 /searx/engines/yahoo.py | |
parent | 3dcb83591059699e32c1c00c0308b08a57c49048 (diff) | |
download | searxng-72793725e2049628d4de57ad46bb4113eb83faa6.tar.gz searxng-72793725e2049628d4de57ad46bb4113eb83faa6.zip |
[fix] print removed
Diffstat (limited to 'searx/engines/yahoo.py')
-rw-r--r-- | searx/engines/yahoo.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/engines/yahoo.py b/searx/engines/yahoo.py index fec4939a6..ab69bd6a9 100644 --- a/searx/engines/yahoo.py +++ b/searx/engines/yahoo.py @@ -19,7 +19,6 @@ def request(query, params): offset = (params['pageno'] - 1) * 10 + 1 params['url'] = search_url.format(offset=offset, query=urlencode({'p': query})) - print params['url'] return params |