From 87bf3411229eac9984ddc5ffbd0b9a3d5760d804 Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 21 Nov 2021 04:11:59 +0000 Subject: [PATCH] indent --- bridge_master.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bridge_master.py b/bridge_master.py index 57cafd6..37cba02 100644 --- a/bridge_master.py +++ b/bridge_master.py @@ -2026,8 +2026,8 @@ class routerHBP(HBSYSTEM): _bits = header(_slot,'unit',_bits) logger.info('(%s) Type Rewrite - GPS data from ID: %s, on TG 900999 rewritten to unit call to ID 900999',self._system,int_id(_rf_src)) - #Rewrite incoming loro request to group call - if _call_type == 'group' and _int_dst_id == 9990: + #Rewrite incoming loro request to group call + if _call_type == 'group' and _int_dst_id == 9990: _bits = header(_slot,'group',_bits) logger.info('(%s) Type Rewrite - Echo data from ID: %s, on PC 9990 rewritten to group call to TG 9990',self._system,int_id(_rf_src))