进击的小白857

LIFE IS STRUGGLE!! 记录自己,帮助他人。

2020年4月27日

使用 schedule 模块定时执行任务

摘要: python 中有一个轻量级的定时任务调度的库:schedule。他可以完成每分钟,每小时,每天,周几,特定日期的定时任务。因此十分方便我们执行一些轻量级的定时任务。 代码如下: import schedule import time def job(): print("I'm working... 阅读全文

posted @ 2020-04-27 16:33 进击的小白857 阅读(239) 评论(0) 推荐(0)

NoneType' object has no attribute 'scheduled_job'

摘要: 运行酷Qbot时NoneType' object has no attribute 'scheduled_job' 问题:可能是没有安装BS4 pip install bs4 参考文章:https://github.com/zybwh/qq_chat_jx3_bot/issues/3 阅读全文

posted @ 2020-04-27 11:05 进击的小白857 阅读(805) 评论(0) 推荐(0)

OpenSSL.SSL.Error: [('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')](ssl 证书问题)

摘要: 今天在改慕课堂自动签到时遇到的问题: OpenSSL.SSL.Error: [('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')](ssl 证书问题) 该问题的原因是:因为网址使用了 http 阅读全文

posted @ 2020-04-27 09:17 进击的小白857 阅读(2373) 评论(0) 推荐(0)

导航

Live2D