indent issue - damn python ;-)

This commit is contained in:
Simon 2020-12-05 20:58:40 +00:00
parent 01917ff5da
commit c810bd4339

View File

@ -970,7 +970,7 @@ class routerOBP(OPENBRIDGE):
_bridge2 = '#'+_bridge
if _bridge2 in BRIDGES:
self.to_target(_peer_id, _rf_src, _dst_id, _seq, _slot, _call_type, _frame_type, _dtype_vseq, _stream_id, _data, pkt_time, dmrpkt, _bits,_bridge,_system,True)
_refIgnore.push(_bridge2)
_refIgnore.push(_bridge2)
elif _bridge[0:1] == '#':
for _system in BRIDGES[_bridge]:
@ -981,7 +981,7 @@ class routerOBP(OPENBRIDGE):
_bridge2 = _bridge[1:]
if _bridge2 in BRIDGES:
self.to_target(_peer_id, _rf_src, _dst_id, _seq, _slot, _call_type, _frame_type, _dtype_vseq, _stream_id, _data, pkt_time, dmrpkt, _bits,_bridge,_system,True)
_tgIgnore.push(_bridge2)
_tgIgnore.push(_bridge2)