Fix: corregir indentacion en llamada a _handleRecording linea 2846

pull/26/head
EA5GVK 3 weeks ago
parent 962e7e3374
commit 980053ed88

@ -2843,7 +2843,7 @@ class routerHBP(HBSYSTEM):
#Save this packet #Save this packet
self.STATUS[_slot]['lastData'] = _data self.STATUS[_slot]['lastData'] = _data
_handleRecording(dmrpkt, _frame_type, _dtype_vseq, _stream_id, pkt_time, _rf_src, _int_dst_id, _slot) _handleRecording(dmrpkt, _frame_type, _dtype_vseq, _stream_id, pkt_time, _rf_src, _int_dst_id, _slot)
### MODIFIED: Prioritize routing for the TGID that just created a bridge ### MODIFIED: Prioritize routing for the TGID that just created a bridge
_sysIgnore = deque() _sysIgnore = deque()

Loading…
Cancel
Save

Powered by TurnKey Linux.