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:
		
							parent
							
								
									506c69008c
								
							
						
					
					
						commit
						1bf629db2d
					
				| @ -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 = [] | ||||
|              | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user