diff --git a/main.py b/main.py index 4e2b950..4c56ae2 100644 --- a/main.py +++ b/main.py @@ -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")