added null reporting loop

this makes importing consistent for applications in case there is no
reporting configured.
This commit is contained in:
Cort Buffington 2015-07-27 20:10:35 -05:00
parent 2635046aad
commit 2524822e80
1 changed files with 4 additions and 0 deletions

View File

@ -613,6 +613,10 @@ elif REPORTS['REPORT_NETWORKS'] == 'PRINT':
print_master(NETWORK)
print_peer_list(NETWORK)
else:
def reporting_loop():
logger.debug('Periodic Reporting Loop Started (NULL)')
# Shut ourselves down gracefully with the IPSC peers.
#