Преглед изворни кода

Forgot to remove print command used for debugging

rinpatch пре 6 година
родитељ
комит
f17e54a396
No account linked to committer's email
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0
    1
      searx/engines/acgsou.py

+ 0
- 1
searx/engines/acgsou.py Прегледај датотеку

@@ -38,7 +38,6 @@ def request(query, params):
38 38
 def response(resp):
39 39
     results = []
40 40
     dom = html.fromstring(resp.text)
41
-    print(resp.text)
42 41
     for result in dom.xpath(xpath_results):
43 42
         # defaults
44 43
         filesize = 0