debug reporting

This commit is contained in:
Cort Buffington 2015-06-30 19:32:40 -05:00
parent 354fa34e8a
commit 97fa6bfe92
1 changed files with 0 additions and 5 deletions

View File

@ -355,10 +355,5 @@ if __name__ == '__main__':
if NETWORK[ipsc_network]['LOCAL']['ENABLED']:
networks[ipsc_network] = bridgeIPSC(ipsc_network)
reactor.listenUDP(NETWORK[ipsc_network]['LOCAL']['PORT'], networks[ipsc_network], interface=NETWORK[ipsc_network]['LOCAL']['IP'])
# INITIALIZE THE REPORTING LOOP IF CONFIGURED
if REPORTS['REPORT_NETWORKS']:
reporting = task.LoopingCall(reporting_loop)
reporting.start(REPORTS['REPORT_INTERVAL'])
reactor.run()