Update - Clearing Cruft
This commit is contained in:
parent
475dc9d766
commit
f293d408b2
@ -598,14 +598,6 @@ if REPORTS['REPORT_NETWORKS'] == 'PICKLE':
|
|||||||
file.close()
|
file.close()
|
||||||
except IOError as detail:
|
except IOError as detail:
|
||||||
logger.error('I/O Error: %s', detail)
|
logger.error('I/O Error: %s', detail)
|
||||||
|
|
||||||
elif REPORTS['REPORT_NETWORKS'] == 'JSON':
|
|
||||||
def reporting_loop():
|
|
||||||
logger.info('Periodic Reporting Loop Started (JSON)')
|
|
||||||
|
|
||||||
elif REPORTS['REPORT_NETWORKS'] == 'REDIS':
|
|
||||||
def reporting_loop():
|
|
||||||
logger.debug('Periodic Reporting Loop Started (REDIS)')
|
|
||||||
|
|
||||||
elif REPORTS['REPORT_NETWORKS'] == 'PRINT':
|
elif REPORTS['REPORT_NETWORKS'] == 'PRINT':
|
||||||
def reporting_loop():
|
def reporting_loop():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user