We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51da7ec + 468c747 commit 4380bf1Copy full SHA for 4380bf1
1 file changed
demo-tornado/views.py
@@ -21,7 +21,7 @@ def __init__(self):
21
settings = {
22
"template_path": Settings.TEMPLATE_PATH,
23
"saml_path": Settings.SAML_PATH,
24
- "autorealod": True,
+ "autoreload": True,
25
"debug": True
26
}
27
tornado.web.Application.__init__(self, handlers, **settings)
0 commit comments