From: Guillaume Pellerin Date: Tue, 2 Aug 2022 15:14:49 +0000 (+0200) Subject: update time range X-Git-Tag: 2.7.1~7 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=42fd04965661abc48f764fb168e4f1bbd6f5c0fd;p=teleforma.git update time range --- 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"""