From ee2a4d211e76b931f07acb388d28a2f8113509c4 Mon Sep 17 00:00:00 2001 From: Sebastian Serfling Date: Tue, 25 Mar 2025 09:00:32 +0100 Subject: [PATCH] change mail send all Time --- mysql_timestamp_check.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql_timestamp_check.py b/mysql_timestamp_check.py index 97d20d3..b23fd87 100644 --- a/mysql_timestamp_check.py +++ b/mysql_timestamp_check.py @@ -107,6 +107,7 @@ def check_timestamp(connection, tables, timestamp_column, email_config, test_mod return False else: print("Alle Tabellen sind aktuell.") + send_email(outdated_tables, database, email_config) return True