Fix debug kwarg so that tornado server will autoreload properly
This commit is contained in:
parent
ff4e206055
commit
d1473bd5db
@ -31,7 +31,7 @@ def make_app(config):
|
|||||||
],
|
],
|
||||||
template_path = home.child('templates'),
|
template_path = home.child('templates'),
|
||||||
static_path = home.child('static'),
|
static_path = home.child('static'),
|
||||||
DEBUG=config['default']['DEBUG']
|
debug=config['default'].getboolean('DEBUG')
|
||||||
)
|
)
|
||||||
return app
|
return app
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user