1
0
mirror of https://github.com/searxng/searxng.git synced 2024-10-05 19:10:10 +02:00

[fix] remove debug code

This commit is contained in:
Adam Tauber 2021-03-24 23:54:34 +01:00
parent 5f7056cf37
commit fd737dc9d8

View File

@ -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({