1 Star 0 Fork 0

每日出拳老爷子/Automail

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
schedule_run.py 356 Bytes
一键复制 编辑 原始数据 按行查看 历史
每日出拳老爷子 提交于 2021-08-19 14:56 . Initial commit
import schedule as sc
import time
from main import send_shibor_mail,send_CLO_mail,send_Order_cancel,send_all_tran
sc.every().day.at("10:30").do(send_shibor_mail)
sc.every().day.at("08:30").do(send_CLO_mail)
sc.every().day.at("17:00").do(send_Order_cancel)
sc.every().day.at("17:00").do(send_all_tran)
while True:
sc.run_pending()
time.sleep(1)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sheep431/Automail.git
git@gitee.com:sheep431/Automail.git
sheep431
Automail
Automail
master

搜索帮助