Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
增加server酱测试方法
Browse files Browse the repository at this point in the history
  • Loading branch information
testerSunshine committed Jan 16, 2019
1 parent 6e78ccd commit 810dbfa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion run.py
@@ -1,5 +1,6 @@
# -*- coding=utf-8 -*-
from config.emailConf import sendEmail
from config.pushbearConf import sendPushBear
from init import select_ticket_info


Expand All @@ -11,6 +12,11 @@ def Email():
sendEmail(u"订票小助手测试一下")


def PushbearConf():
sendPushBear("订票小助手测试一下")


if __name__ == '__main__':
run()
# Email()
# Email()
# PushbearConf()

0 comments on commit 810dbfa

Please sign in to comment.