mirror of
https://github.com/ShaYmez/hblink3.git
synced 2024-11-21 23:45:15 -05:00
fix typo
This commit is contained in:
parent
90a889ec3b
commit
3dd09e69c8
@ -766,7 +766,7 @@ if __name__ == '__main__':
|
|||||||
|
|
||||||
# INITIALIZE THE REPORTING LOOP
|
# INITIALIZE THE REPORTING LOOP
|
||||||
if CONFIG['REPORTS']['REPORT']:
|
if CONFIG['REPORTS']['REPORT']:
|
||||||
report_server = config_reports(CONFIG, bridgereportFactory)
|
report_server = config_reports(CONFIG, bridgeReportFactory)
|
||||||
else:
|
else:
|
||||||
report_server = None
|
report_server = None
|
||||||
logger.info('(REPORT) TCP Socket reporting not configured')
|
logger.info('(REPORT) TCP Socket reporting not configured')
|
||||||
|
Loading…
Reference in New Issue
Block a user