From 42fd04965661abc48f764fb168e4f1bbd6f5c0fd Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 2 Aug 2022 17:14:49 +0200 Subject: [PATCH] update time range --- .../commands/teleforma-publish-notify-conferences.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teleforma/management/commands/teleforma-publish-notify-conferences.py b/teleforma/management/commands/teleforma-publish-notify-conferences.py index 16d93379..71f40166 100644 --- a/teleforma/management/commands/teleforma-publish-notify-conferences.py +++ b/teleforma/management/commands/teleforma-publish-notify-conferences.py @@ -17,8 +17,8 @@ from teleforma.views.core import get_courses import datetime -MINUTES_LOW_RANGE = 30 -MINUTES_HIGH_RANGE = 1 +MINUTES_LOW_RANGE = 5 +MINUTES_HIGH_RANGE = 25 class Logger: """A logging object""" -- 2.39.5