feat: enable scheduled notifications for reminders and specific messages

This commit is contained in:
2026-05-09 22:19:43 +02:00
parent 61473c5dee
commit 0c6e4c7235
+2 -2
View File
@@ -747,8 +747,8 @@ def main() -> None:
# start_dashboard() # start_dashboard()
# Schedule notifications # Schedule notifications
# schedule.every().hour.at(":15").do(send_notification, "reminder") schedule.every().hour.at(":15").do(send_notification, "reminder")
# schedule.every().hour.at(":20").do(send_notification, "420") schedule.every().hour.at(":20").do(send_notification, "420")
# schedule.every().hour.at(":45").do(send_notification, "reminder_halftime") # schedule.every().hour.at(":45").do(send_notification, "reminder_halftime")
# schedule.every().hour.at(":50").do(send_notification, "halftime") # schedule.every().hour.at(":50").do(send_notification, "halftime")