Disable debug mode
This commit is contained in:
		@@ -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:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user