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

Commit a6df9c82 authored by asciimoo's avatar asciimoo
Browse files

[enh] paging added to example engine

parent ca271fd8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8,6 +8,8 @@ def request(query, params):
      headers : {}
      data    : {} # if method == POST
      url     : ''
      category: 'search category'
      pageno  : 1 # number of the requested page
    '''

    params['url'] = 'https://host/%s' % query