From 89043bec163f64d8ed501eaa7c07795cc7ff93c9 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Mon, 29 Dec 2025 23:48:11 +0800 Subject: uhhhhhhhh --- backend/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'backend/main.py') diff --git a/backend/main.py b/backend/main.py index 4758149..cd3144e 100644 --- a/backend/main.py +++ b/backend/main.py @@ -191,8 +191,9 @@ def reminder_timer_finished(timer_id): print("timer almost finished", timer_id) cursor.execute("SELECT * FROM timers WHERE timer_id = ?", (timer_id,)) out = cursor.fetchall() + print(out) - scheduler.add_job(final_timer_finished, 'date', run_date=out[0][RowIndices.END_TIME], id=str(timer_id), args=[timer_id]) + #scheduler.add_job(final_timer_finished, 'date', run_date=out[0][RowIndices.END_TIME], id=str(timer_id), args=[timer_id]) notif.send_notification(out[0][RowIndices.SUBSCRIPTION_ID]) -- cgit v1.2.3