1
This commit is contained in:
parent
c366e75a0e
commit
877b72170c
@ -70,4 +70,6 @@ if __name__ == "__main__":
|
|||||||
lambda : sendNotify(conf, conf['sendtime1']))
|
lambda : sendNotify(conf, conf['sendtime1']))
|
||||||
tornado.ioloop.IOLoop.current().call_at(getDaySeconds(time.time(), 1) + conf['sendtime2'],
|
tornado.ioloop.IOLoop.current().call_at(getDaySeconds(time.time(), 1) + conf['sendtime2'],
|
||||||
lambda : sendNotify(conf, 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()
|
tornado.ioloop.IOLoop.current().start()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user