summaryrefslogtreecommitdiff
path: root/gr-qtgui/examples/pyqt_freq_c.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-qtgui/examples/pyqt_freq_c.py')
-rw-r--r--gr-qtgui/examples/pyqt_freq_c.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/examples/pyqt_freq_c.py b/gr-qtgui/examples/pyqt_freq_c.py
index 3a7d57c93b..52523cd102 100644
--- a/gr-qtgui/examples/pyqt_freq_c.py
+++ b/gr-qtgui/examples/pyqt_freq_c.py
@@ -148,7 +148,7 @@ class my_top_block(gr.top_block):
thr = blocks.throttle(gr.sizeof_gr_complex, 100*npts)
self.snk1 = qtgui.freq_sink_c(npts, filter.firdes.WIN_BLACKMAN_hARRIS,
0, Rs,
- "Complex Freq Example", 3)
+ "Complex Freq Example", 3, None)
self.connect(src1, (src,0))
self.connect(src2, (src,1))