This commit is contained in:
n0mjs710 2019-01-07 10:50:33 -06:00
parent 90a889ec3b
commit 3dd09e69c8
1 changed files with 1 additions and 1 deletions

View File

@ -766,7 +766,7 @@ if __name__ == '__main__':
# INITIALIZE THE REPORTING LOOP
if CONFIG['REPORTS']['REPORT']:
report_server = config_reports(CONFIG, bridgereportFactory)
report_server = config_reports(CONFIG, bridgeReportFactory)
else:
report_server = None
logger.info('(REPORT) TCP Socket reporting not configured')