From 7303cdcbc8ddc70fe31f292012e3a2ad8780c0d0 Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 4 Apr 2021 19:23:30 +0100 Subject: [PATCH] HE --- hblink.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/hblink.py b/hblink.py index c454f14..f8e7f6b 100755 --- a/hblink.py +++ b/hblink.py @@ -113,16 +113,11 @@ class OPENBRIDGE(DatagramProtocol): self._config = self._CONFIG['SYSTEMS'][self._system] self._laststrid = deque([], 20) -<<<<<<< HEAD - #def startProtocol(self): - # self._bcka = task.LoopingCall(self.send_bcka) - # self._bcka = self._bcka.start(10) -======= + def startProtocol(self): if self._config['ENHANCED_OBP']: self._bcka = task.LoopingCall(self.send_bcka) self._bcka = self._bcka.start(10) ->>>>>>> bcka def dereg(self): logger.info('(%s) is mode OPENBRIDGE. No De-Registration required, continuing shutdown', self._system)