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

Commit 72793725 authored by asciimoo's avatar asciimoo
Browse files

[fix] print removed

parent 3dcb8359
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@ def request(query, params):
    offset = (params['pageno'] - 1) * 10 + 1
    params['url'] = search_url.format(offset=offset,
                                      query=urlencode({'p': query}))
    print params['url']
    return params