change mail send all Time

master
Sebastian Serfling 2025-03-25 09:00:32 +01:00
parent 40989f978e
commit ee2a4d211e
1 changed files with 1 additions and 0 deletions

View File

@ -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