ソースを参照

[fix] print removed

asciimoo 11 年 前
コミット
c573d3d69e
共有1 個のファイルを変更した0 個の追加1 個の削除を含む
  1. 0
    1
      searx/engines/piratebay.py

+ 0
- 1
searx/engines/piratebay.py ファイルの表示

@@ -22,7 +22,6 @@ def request(query, params):
22 22
     params['url'] = search_url.format(search_term=quote(query),
23 23
                                       search_type=search_type,
24 24
                                       pageno=params['pageno'] - 1)
25
-    print params['url']
26 25
     return params
27 26
 
28 27