From 1716024e9763d1d5bb3994e4824776d5bc4a4970 Mon Sep 17 00:00:00 2001 From: yamat0jp Date: Sun, 18 Dec 2016 17:52:56 +0900 Subject: [PATCH] head space can read of comment --- index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.py b/index.py index 2643b83..6248412 100755 --- a/index.py +++ b/index.py @@ -128,7 +128,7 @@ class RegistHandler(tornado.web.RequestHandler): out = rec['out_words'] na = self.get_argument('name',u'誰かさん') sub = self.get_argument('title',u'タイトルなし') - com = self.get_argument('comment') + com = self.get_argument('comment',None,False) text = '' i = 0 url = [] -- 2.11.0