mirror of
https://github.com/searxng/searxng.git
synced 2024-12-24 18:20:29 +00:00
This commit is contained in:
parent
b27f07af23
commit
fa5bc3a563
1 changed files with 2 additions and 1 deletions
|
@ -729,7 +729,8 @@ def run():
|
|||
debug=settings['general']['debug'],
|
||||
use_debugger=settings['general']['debug'],
|
||||
port=settings['server']['port'],
|
||||
host=settings['server']['bind_address']
|
||||
host=settings['server']['bind_address'],
|
||||
threaded=True
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue