OSDN Git Service

no message
authoryamat0jp <yamat0jp@yahoo.co.jp>
Fri, 7 Sep 2018 22:30:19 +0000 (07:30 +0900)
committeryamat0jp <yamat0jp@yahoo.co.jp>
Fri, 7 Sep 2018 22:30:19 +0000 (07:30 +0900)
bot.py

diff --git a/bot.py b/bot.py
index 3e11b97..0e64b1a 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