Skip to content

Commit

Permalink
Merge pull request #219 from spaceone/fix-tornado-demo
Browse files Browse the repository at this point in the history
tornado-demo: Fix autoreloading
  • Loading branch information
pitbulk authored Nov 24, 2020
2 parents 51da7ec + 468c747 commit 4380bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo-tornado/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def __init__(self):
settings = {
"template_path": Settings.TEMPLATE_PATH,
"saml_path": Settings.SAML_PATH,
"autorealod": True,
"autoreload": True,
"debug": True
}
tornado.web.Application.__init__(self, handlers, **settings)
Expand Down

0 comments on commit 4380bf1

Please sign in to comment.