disable reporting for cleanup tasks

This commit is contained in:
leiweibau
2022-08-06 19:52:31 +02:00
committed by jokob-sk
parent 3a813da5ac
commit 8a1ac8454d

View File

@@ -98,7 +98,7 @@ def main ():
return res return res
# Reporting # Reporting
if cycle != 'internet_IP': if cycle != 'internet_IP' and cycle != 'cleanup':
email_reporting() email_reporting()
# Close SQL # Close SQL