From 48ab7572ff32b0204a8acbb193cbb23d182b3cdd Mon Sep 17 00:00:00 2001 From: MrBungle42 Date: Wed, 5 Apr 2017 17:18:50 -0400 Subject: [PATCH] Update ambe_audio.py --- ambe_audio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ambe_audio.py b/ambe_audio.py index b8776f6..78e15ef 100755 --- a/ambe_audio.py +++ b/ambe_audio.py @@ -286,7 +286,7 @@ class ambeIPSC(IPSC): def playbackFromUDP(self, _sock): _delay = 0.055 # Yes, I know it should be 0.06, but there seems to be some latency, so this is a hack _src_sub = hex_str_3(self._gateway_dmr_id) # DMR ID to sign this transmission with - _src_peer = NETWORK[self._system]['LOCAL']['RADIO_ID'] # Use this peers ID as the source repeater + _src_peer = self._config['LOCAL']['RADIO_ID'] # Use this peers ID as the source repeater logger.info('Transmit from gateway to TG {}:'.format(int_id(self._tx_tg)) ) try: