From 877b72170c1388498525fc8fd260bb788018790b Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 29 Jul 2019 20:14:37 +0800 Subject: [PATCH] 1 --- tools/kefu_robot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/kefu_robot.py b/tools/kefu_robot.py index 0607511..64f0d95 100644 --- a/tools/kefu_robot.py +++ b/tools/kefu_robot.py @@ -70,4 +70,6 @@ if __name__ == "__main__": lambda : sendNotify(conf, conf['sendtime1'])) tornado.ioloop.IOLoop.current().call_at(getDaySeconds(time.time(), 1) + conf['sendtime2'], lambda : sendNotify(conf, conf['sendtime2'])) + tornado.ioloop.IOLoop.current().call_at(getDaySeconds(time.time(), 1) + conf['sendtime3'], + lambda : sendNotify(conf, conf['sendtime3'])) tornado.ioloop.IOLoop.current().start()