Skip to content

Commit 468c747

Browse files
committed
tornado-demo: Fix autoreloading
1 parent 589425d commit 468c747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo-tornado/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def __init__(self):
2121
settings = {
2222
"template_path": Settings.TEMPLATE_PATH,
2323
"saml_path": Settings.SAML_PATH,
24-
"autorealod": True,
24+
"autoreload": True,
2525
"debug": True
2626
}
2727
tornado.web.Application.__init__(self, handlers, **settings)

0 commit comments

Comments
 (0)