This commit is contained in:
wenxianping
2018-08-31 10:15:04 +08:00
parent cbec16c509
commit a3d4fed532
5 changed files with 8 additions and 8 deletions

4
run.py
View File

@@ -7,10 +7,10 @@ def run():
select_ticket_info.select().main()
def testEmail():
def Email():
sendEmail(u"订票小助手测试一下")
if __name__ == '__main__':
run()
# testEmail()
# Email()