disable reporting for cleanup tasks
This commit is contained in:
@@ -98,7 +98,7 @@ def main ():
|
||||
return res
|
||||
|
||||
# Reporting
|
||||
if cycle != 'internet_IP':
|
||||
if cycle != 'internet_IP' and cycle != 'cleanup':
|
||||
email_reporting()
|
||||
|
||||
# Close SQL
|
||||
|
||||
Reference in New Issue
Block a user