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 194e648 commit 0fa047dCopy full SHA for 0fa047d
demos/blog/blog.py
@@ -68,7 +68,7 @@ def __init__(self, db):
68
(r"/auth/logout", AuthLogoutHandler),
69
]
70
settings = dict(
71
- blog_title=u"Tornado Blog",
+ blog_title="Tornado Blog",
72
template_path=os.path.join(os.path.dirname(__file__), "templates"),
73
static_path=os.path.join(os.path.dirname(__file__), "static"),
74
ui_modules={"Entry": EntryModule},
0 commit comments