mirror of
https://github.com/searxng/searxng.git
synced 2025-12-26 05:30:01 +00:00
[fix] endless logging recursion
This commit is contained in:
@@ -71,8 +71,6 @@ app = Flask(
|
||||
|
||||
app.secret_key = settings['server']['secret_key']
|
||||
|
||||
app.logger.addHandler(logger)
|
||||
|
||||
babel = Babel(app)
|
||||
|
||||
global_favicons = []
|
||||
|
||||
Reference in New Issue
Block a user