summaryrefslogtreecommitdiff
path: root/gr-qtgui/examples/pyqt_time_raster_b.py
diff options
context:
space:
mode:
authorRon Economos <w6rz@comcast.net>2020-07-19 16:08:56 -0700
committermormj <34754695+mormj@users.noreply.github.com>2020-07-22 12:57:10 -0400
commitc2f42238032e2315371aaec8a64687d99028ccd2 (patch)
tree141b0b63cb6eebe7ccd27b01da8832b0d7eca838 /gr-qtgui/examples/pyqt_time_raster_b.py
parentb3de331436bfda3aa30575db698d181ee5d406f7 (diff)
gr-qtgui: Repair qtgui examples for pybind11.
Diffstat (limited to 'gr-qtgui/examples/pyqt_time_raster_b.py')
-rw-r--r--gr-qtgui/examples/pyqt_time_raster_b.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/examples/pyqt_time_raster_b.py b/gr-qtgui/examples/pyqt_time_raster_b.py
index b57e0592c8..cb136998a7 100644
--- a/gr-qtgui/examples/pyqt_time_raster_b.py
+++ b/gr-qtgui/examples/pyqt_time_raster_b.py
@@ -54,7 +54,7 @@ class my_top_block(gr.top_block):
thr = blocks.throttle(gr.sizeof_char, 50000)
head = blocks.head(gr.sizeof_char, 10000000)
self.snk1 = qtgui.time_raster_sink_b(fs, nrows, ncols, [], [],
- "Time Raster Example", 2)
+ "Time Raster Example", 2, None)
self.connect(src0, thr, (self.snk1, 0))
self.connect(src1, (self.snk1, 1))