added null reporting loop
this makes importing consistent for applications in case there is no reporting configured.
This commit is contained in:
parent
2635046aad
commit
2524822e80
@ -613,6 +613,10 @@ elif REPORTS['REPORT_NETWORKS'] == 'PRINT':
|
|||||||
print_master(NETWORK)
|
print_master(NETWORK)
|
||||||
print_peer_list(NETWORK)
|
print_peer_list(NETWORK)
|
||||||
|
|
||||||
|
else:
|
||||||
|
def reporting_loop():
|
||||||
|
logger.debug('Periodic Reporting Loop Started (NULL)')
|
||||||
|
|
||||||
|
|
||||||
# Shut ourselves down gracefully with the IPSC peers.
|
# Shut ourselves down gracefully with the IPSC peers.
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user