mirror of
https://github.com/searxng/searxng.git
synced 2024-11-04 20:30:11 +01:00
[mod] engine google_play: raise error on unsupported category
This commit is contained in:
parent
0a99dc85b9
commit
9f82c39610
@ -48,7 +48,8 @@ def response(resp):
|
||||
return response_movies(resp)
|
||||
if play_categ == 'apps':
|
||||
return response_apps(resp)
|
||||
return []
|
||||
|
||||
raise ValueError(f"Unsupported play category: {play_categ}")
|
||||
|
||||
|
||||
def response_movies(resp):
|
||||
|
Loading…
Reference in New Issue
Block a user