diff --git a/data_collection/gazette/monitors.py b/data_collection/gazette/monitors.py index 6f502a293..4319575a0 100644 --- a/data_collection/gazette/monitors.py +++ b/data_collection/gazette/monitors.py @@ -100,4 +100,4 @@ class SpiderCloseMonitorSuite(MonitorSuite): ItemValidationMonitor, ] - monitors_finished_actions = [CustomSendTelegramMessage] + monitors_failed_actions = [CustomSendTelegramMessage]