Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39c3f565 authored by Adam Tauber's avatar Adam Tauber
Browse files

[fix] endless logging recursion

parent c8be128e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -71,8 +71,6 @@ app = Flask(

app.secret_key = settings['server']['secret_key']

app.logger.addHandler(logger)

babel = Babel(app)

global_favicons = []