smilegodly / mewbot

A discord bot with some cool features made with Python.
2 stars 3 forks source link

timing bug with APOD background task #38

Open smilegodly opened 4 years ago

smilegodly commented 4 years ago

timing bug in apod_task() https://github.com/smilegodly/mewbot/blob/3b692bf27dec5656198fa8ec036079d2f5b6ec9a/mewbot.py#L39

The daily APOD posts are supposed to be happening at 8AM constantly, however the post is happening around 4AM and all of the posts are at different times.

image

image

image