mirror of
https://github.com/YunoHost-Apps/searx_ynh.git
synced 2024-09-03 20:16:30 +02:00
7 lines
82 B
Python
7 lines
82 B
Python
|
def request(query, params):
|
||
|
return params
|
||
|
|
||
|
|
||
|
def response(resp):
|
||
|
return []
|