瀏覽代碼

add little comment

Thomas Pointhuber 10 年之前
父節點
當前提交
80f98d6041
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      searx/engines/duckduckgo.py

+ 1
- 0
searx/engines/duckduckgo.py 查看文件

@@ -47,6 +47,7 @@ def response(resp):
47 47
 
48 48
     doc = fromstring(resp.text)
49 49
 
50
+    # parse results
50 51
     for r in doc.xpath(result_xpath):
51 52
         try:
52 53
             res_url = r.xpath(url_xpath)[-1]