1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searx_ynh.git synced 2024-09-03 20:16:30 +02:00
searx_ynh/sources/searx/engines/dummy.py

15 lines
196 B
Python
Raw Normal View History

2014-12-01 12:26:38 +01:00
## Dummy
2014-12-13 13:56:02 +01:00
#
2014-12-01 12:26:38 +01:00
# @results empty array
# @stable yes
# do search-request
2014-05-10 11:56:19 +02:00
def request(query, params):
return params
2014-12-01 12:26:38 +01:00
# get response from search-request
2014-05-10 11:56:19 +02:00
def response(resp):
return []