mirror of https://github.com/kf7eel/hbnet.git
fix typo
This commit is contained in:
parent
cdb74b2e4f
commit
4a6d1714a8
|
|
@ -501,7 +501,6 @@ def all_unit_mmdvm_peer(_data):
|
||||||
for system in CONFIG['SYSTEMS']:
|
for system in CONFIG['SYSTEMS']:
|
||||||
if CONFIG['SYSTEMS'][system]['ENABLED']:
|
if CONFIG['SYSTEMS'][system]['ENABLED']:
|
||||||
if CONFIG['SYSTEMS'][system]['MODE'] == 'PEER':
|
if CONFIG['SYSTEMS'][system]['MODE'] == 'PEER':
|
||||||
if CONFIG['SYSTEMS'][system]['MODE']
|
|
||||||
if 'ALL_MMDVM_UNIT' in CONFIG['SYSTEMS'][system]['OPTIONS']:
|
if 'ALL_MMDVM_UNIT' in CONFIG['SYSTEMS'][system]['OPTIONS']:
|
||||||
systems[system].send_system(_data)
|
systems[system].send_system(_data)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue