Przeglądaj źródła

[fix] print removed

asciimoo 11 lat temu
rodzic
commit
72793725e2
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0
    1
      searx/engines/yahoo.py

+ 0
- 1
searx/engines/yahoo.py Wyświetl plik

@@ -19,7 +19,6 @@ def request(query, params):
19 19
     offset = (params['pageno'] - 1) * 10 + 1
20 20
     params['url'] = search_url.format(offset=offset,
21 21
                                       query=urlencode({'p': query}))
22
-    print params['url']
23 22
     return params
24 23
 
25 24