Commit c2ebed34 authored by 吴升宇's avatar 吴升宇

Merge branch 'wsy' into 'master'

add readme

See merge request !1
parents 66ce2372 a7096aea
python: 3.6
部署async001 通过crontab部署
\ No newline at end of file
...@@ -65,7 +65,8 @@ def main(): ...@@ -65,7 +65,8 @@ def main():
webhook = 'https://oapi.dingtalk.com/robot/send?access_token={}'.format( webhook = 'https://oapi.dingtalk.com/robot/send?access_token={}'.format(
"1475fb9e6beff63126fef5464a378b6b77fa8655933a407d8159a2a2b1b8c869") "1475fb9e6beff63126fef5464a378b6b77fa8655933a407d8159a2a2b1b8c869")
xiaoding = DingtalkChatbot(webhook) xiaoding = DingtalkChatbot(webhook)
at_mobiles = ["17794411132", "15624986543"] # at_mobiles = ["17794411132", "15624986543"]
at_mobiles = []
xiaoding.send_text(msg=msg, at_mobiles=at_mobiles) xiaoding.send_text(msg=msg, at_mobiles=at_mobiles)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment