summaryrefslogtreecommitdiff
path: root/gr-qtgui/examples/pyqt_time_f.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-qtgui/examples/pyqt_time_f.py')
-rw-r--r--gr-qtgui/examples/pyqt_time_f.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/examples/pyqt_time_f.py b/gr-qtgui/examples/pyqt_time_f.py
index 8f0d7a6e99..34ca6ca9e2 100644
--- a/gr-qtgui/examples/pyqt_time_f.py
+++ b/gr-qtgui/examples/pyqt_time_f.py
@@ -138,7 +138,7 @@ class my_top_block(gr.top_block):
noise = analog.noise_source_f(analog.GR_GAUSSIAN, 0.001)
add = blocks.add_ff()
self.snk1 = qtgui.time_sink_f(npts, Rs,
- "Complex Time Example", 3)
+ "Complex Time Example", 3, None)
self.connect(src1, (src,0))
self.connect(src2, (src,1))