From e8c80cfb1d76c82f9529d00a25a47ca75703e78a Mon Sep 17 00:00:00 2001 From: Cristhian Garcia Date: Fri, 13 Oct 2023 15:58:49 -0500 Subject: [PATCH] chore: update default email for invalid one --- tutoraspects/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutoraspects/plugin.py b/tutoraspects/plugin.py index 7f13be6a9..efc150129 100644 --- a/tutoraspects/plugin.py +++ b/tutoraspects/plugin.py @@ -262,7 +262,7 @@ }, ), ("SUPERSET_ADMIN_EMAIL", "admin@openedx.org"), - ("SUPERSET_LMS_EMAIL", "lms@openedx.org"), + ("SUPERSET_LMS_EMAIL", "superset/lms-admin@aspects.invalid"), ("SUPERSET_OWNERS", []), # Set to 0 to have no row limit. ("SUPERSET_ROW_LIMIT", 100_000),