feat: enable scheduled notifications for reminders and specific messages
This commit is contained in:
@@ -747,8 +747,8 @@ def main() -> None:
|
||||
# start_dashboard()
|
||||
|
||||
# Schedule notifications
|
||||
# schedule.every().hour.at(":15").do(send_notification, "reminder")
|
||||
# schedule.every().hour.at(":20").do(send_notification, "420")
|
||||
schedule.every().hour.at(":15").do(send_notification, "reminder")
|
||||
schedule.every().hour.at(":20").do(send_notification, "420")
|
||||
# schedule.every().hour.at(":45").do(send_notification, "reminder_halftime")
|
||||
# schedule.every().hour.at(":50").do(send_notification, "halftime")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user