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.
1 parent 589425d commit 468c747Copy full SHA for 468c747
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