change mail send all Time
parent
40989f978e
commit
ee2a4d211e
|
|
@ -107,6 +107,7 @@ def check_timestamp(connection, tables, timestamp_column, email_config, test_mod
|
||||||
return False
|
return False
|
||||||
else:
|
else:
|
||||||
print("Alle Tabellen sind aktuell.")
|
print("Alle Tabellen sind aktuell.")
|
||||||
|
send_email(outdated_tables, database, email_config)
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue