From 3d6e4f371b25abbec9e155934bbe16b24ded01bb Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Mon, 13 Aug 2018 11:53:29 +0200 Subject: [PATCH] changed test url --- s2watchdog/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/s2watchdog/__init__.py b/s2watchdog/__init__.py index bb78781..28d6c3a 100644 --- a/s2watchdog/__init__.py +++ b/s2watchdog/__init__.py @@ -29,7 +29,7 @@ EMAIL_BODY = [ ] # which url to check -ALERT_SYSTEM_URL = 'http://test.cpi.imtek.uni-freiburg.de' +ALERT_SYSTEM_URL = 'http://echo.cpi.imtek.uni-freiburg.de' # How many times can an error be ignored? @@ -127,4 +127,5 @@ def run(): data['time_to_live'] = GRACE_PERIOD * data['emails_sent'] save_data(DATA_STORE_PATH, data) send_alert_mail(data) + print("SEND MAIL")