优化jobs
This commit is contained in:
2
robot.py
2
robot.py
@@ -697,6 +697,6 @@ class Robot:
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.LOG.error(f"SendRanking error:{e}")
|
self.LOG.error(f"SendRanking error:{e}")
|
||||||
|
|
||||||
@async_job.at_times(["10:23"])
|
@async_job.at_times(["10:27"])
|
||||||
async def job_test():
|
async def job_test():
|
||||||
await self.ipad_bot.send_text_message("Jyunere","测试任务!")
|
await self.ipad_bot.send_text_message("Jyunere","测试任务!")
|
||||||
Reference in New Issue
Block a user