moe-serifu-circle / moe-serifu-agent

Anime-themed personal assistant and goal-oriented intelligent agent
GNU Lesser General Public License v3.0
42 stars 7 forks source link

Replace aiocron #155

Open jghibiki opened 3 years ago

jghibiki commented 3 years ago

Replaces the aiocron dependency with a simpler implementation that makes it easier to correctly get the time that a script is scheduled to run at.

The method for calculating the time a script will run at is off by ~20 minutes

The time a script will run is calculated correctly.

No breaking changes, it has been tested against the latest code on master.


❗️🖊 If you have not yet, please sign our Contributor License Agreement. Your PR will not be accepted until we have confirmed that you have signed.