Skip to content

Commit 4380bf1

Browse files
authored
Merge pull request #219 from spaceone/fix-tornado-demo
tornado-demo: Fix autoreloading
2 parents 51da7ec + 468c747 commit 4380bf1

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)