mirror of
https://github.com/searxng/searxng.git
synced 2025-12-25 05:00:00 +00:00
[fix] fix the debug message "starting webserver on ip:port"
was "port:ip"
This commit is contained in:
@@ -916,7 +916,7 @@ def page_not_found(e):
|
||||
|
||||
|
||||
def run():
|
||||
logger.debug('starting webserver on %s:%s', settings['server']['port'], settings['server']['bind_address'])
|
||||
logger.debug('starting webserver on %s:%s', settings['server']['bind_address'], settings['server']['port'])
|
||||
app.run(
|
||||
debug=searx_debug,
|
||||
use_debugger=searx_debug,
|
||||
|
||||
Reference in New Issue
Block a user