mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 20:17:45 +01:00
[fix] remove debug code
This commit is contained in:
parent
5f7056cf37
commit
fd737dc9d8
@ -48,7 +48,6 @@ def request(query, params):
|
||||
if params['time_range'] in time_range_dict:
|
||||
params['url'] += time_range_url.format(time_range=time_range_dict[params['time_range']])
|
||||
else:
|
||||
print(params['engine_data']['next_page_token'])
|
||||
params['url'] = next_page_url
|
||||
params['method'] = 'POST'
|
||||
params['data'] = dumps({
|
||||
|
Loading…
Reference in New Issue
Block a user