Disable debug mode
This commit is contained in:
parent
befc9db877
commit
6c66eeb86c
@ -285,6 +285,6 @@ if __name__ == "__main__":
|
||||
init()
|
||||
app.jinja_env.globals.update(json=json)
|
||||
app.jinja_env.globals.update(sorted=sorted)
|
||||
app.run(debug=True, host="127.0.0.1")
|
||||
app.run(debug=False, host="127.0.0.1")
|
||||
|
||||
# vim: set ts=2 sts=2 sw=2 noexpandtab:
|
||||
|
Loading…
Reference in New Issue
Block a user