disable reporting for cleanup tasks
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user