You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2024. It is now read-only.
to logger.info(f"Sleep {sleep_}s awakening in {datetime.now() + timedelta(seconds=sleep_)})
to get something similar in the logs
2024-11-05 03:46:41 | INFO | 839 - Sleep 1066s awakening in 2024-11-05 04:04:27
I suggest writing the awakening time in the sleep logs
so change this code
Notpixel-bot/bot/core/query.py
Line 710 in f610b96
Notpixel-bot/bot/core/query.py
Line 747 in f610b96
Notpixel-bot/bot/core/query.py
Line 751 in f610b96
to
logger.info(f"Sleep {sleep_}s awakening in {datetime.now() + timedelta(seconds=sleep_)})to get something similar in the logs
2024-11-05 03:46:41 | INFO | 839 - Sleep 1066s awakening in 2024-11-05 04:04:27