OSDN Git Service

test commit
authoryamat0jp <yamat0jp@yahoo.co.jp>
Fri, 7 Sep 2018 22:28:16 +0000 (07:28 +0900)
committeryamat0jp <yamat0jp@yahoo.co.jp>
Fri, 7 Sep 2018 22:28:16 +0000 (07:28 +0900)
bot.py

diff --git a/bot.py b/bot.py
index 8b48964..3e11b97 100644 (file)
--- a/bot.py
+++ b/bot.py
@@ -54,7 +54,7 @@ class WebHookHandler(tornado.web.RequestHandler):
         i = 0
         ans = ''
         for x in item:
-            ans += x['no']
+            ans += x['no']+'  '
             if i == 2:
                 ans += '\n'
                 i = 0