From a021fc284d0cc5569e1302ca64d6df41d6f69c81 Mon Sep 17 00:00:00 2001 From: max Date: Mon, 27 Aug 2012 17:38:24 +0000 Subject: [PATCH] fix self.msgq typo bug git-svn-id: http://op25.osmocom.org/svn/trunk@306 65a5c917-d112-43f1-993d-58c26a4786be --- python/audio_p25_rx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/audio_p25_rx.py b/python/audio_p25_rx.py index ad4b126..2c96b9a 100755 --- a/python/audio_p25_rx.py +++ b/python/audio_p25_rx.py @@ -300,7 +300,7 @@ class p25_rx_block (stdgui2.std_top_block): self.msgq = gr.msg_queue(2) self.decode_watcher = decode_watcher(self.msgq, self.traffic) self.p25_decoder = op25.decoder_bf() - self.p25_decoder.set_msgq(msgq) + self.p25_decoder.set_msgq(self.msgq) self.frame.SetStatusText("TUN/TAP: " + self.p25_decoder.destination()) # read capture file properties (decimation etc.)