Fix indent
This commit is contained in:
parent
9a719489c5
commit
8010a7aad3
@ -1259,8 +1259,8 @@ class routerHBP(HBSYSTEM):
|
|||||||
#if _target['SYSTEM'] != self._system or (_target['SYSTEM'] == self._system and _target['TS'] != _slot):
|
#if _target['SYSTEM'] != self._system or (_target['SYSTEM'] == self._system and _target['TS'] != _slot):
|
||||||
if _target['SYSTEM'] != self._system and _target['ACTIVE']:
|
if _target['SYSTEM'] != self._system and _target['ACTIVE']:
|
||||||
#if _target['ACTIVE']:
|
#if _target['ACTIVE']:
|
||||||
_target_status = systems[_target['SYSTEM']].STATUS
|
_target_status = systems[_target['SYSTEM']].STATUS
|
||||||
_target_system = self._CONFIG['SYSTEMS'][_target['SYSTEM']]
|
_target_system = self._CONFIG['SYSTEMS'][_target['SYSTEM']]
|
||||||
|
|
||||||
if (_target['SYSTEM'],_target['TS']) in _sysIgnore:
|
if (_target['SYSTEM'],_target['TS']) in _sysIgnore:
|
||||||
#logger.debug("(DEDUP) HBP Source - Skipping system %s TS: %s",_target['SYSTEM'],_target['TS'])
|
#logger.debug("(DEDUP) HBP Source - Skipping system %s TS: %s",_target['SYSTEM'],_target['TS'])
|
||||||
|
Loading…
Reference in New Issue
Block a user