提交 810dbfad 编写于 作者: W wenxianping

增加server酱测试方法

上级 6e78ccdb
# -*- coding=utf-8 -*-
from config.emailConf import sendEmail
from config.pushbearConf import sendPushBear
from init import select_ticket_info
......@@ -11,6 +12,11 @@ def Email():
sendEmail(u"订票小助手测试一下")
def PushbearConf():
sendPushBear("订票小助手测试一下")
if __name__ == '__main__':
run()
# Email()
\ No newline at end of file
# Email()
# PushbearConf()
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册