mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 12:10:00 +00:00
add initial support for offline engines && command engine
This commit is contained in:
@@ -66,7 +66,7 @@ def get_client_id():
|
||||
return ""
|
||||
|
||||
|
||||
def init():
|
||||
def init(engine_settings=None):
|
||||
global guest_client_id
|
||||
# api-key
|
||||
guest_client_id = get_client_id()
|
||||
|
||||
Reference in New Issue
Block a user