Make it client/master agnostic

changed HBSYSTEM class method call to reference “send_system”, not
“send_clients”. This allows underlying hblink.py to decide if the
system is a master or client and work appropriately.
This commit is contained in:
Cort Buffington 2018-08-01 11:59:16 -05:00
parent 506c69008c
commit 1bf629db2d
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ class parrot(HBSYSTEM):
sleep(2)
logger.info('(%s) Playing back transmission from subscriber: %s', self._system, int_id(_rf_src))
for i in self.CALL_DATA:
self.send_clients(i)
self.send_system(i)
sleep(0.06)
self.CALL_DATA = []