Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80f98d60 authored by Thomas Pointhuber's avatar Thomas Pointhuber
Browse files

add little comment

parent 64a68a72
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ def response(resp):

    doc = fromstring(resp.text)

    # parse results
    for r in doc.xpath(result_xpath):
        try:
            res_url = r.xpath(url_xpath)[-1]