From e2d36176eb932663bfd6636834fe81df392bf368 Mon Sep 17 00:00:00 2001 From: Torbjorn-Rasmussen <71758372+Torbjorn-Rasmussen@users.noreply.github.com> Date: Thu, 8 Feb 2024 11:17:21 +0100 Subject: [PATCH] Update livestream.py --- qstream/livestream.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qstream/livestream.py b/qstream/livestream.py index 39df6d5..d11f590 100644 --- a/qstream/livestream.py +++ b/qstream/livestream.py @@ -212,7 +212,7 @@ def data_grabber(self): ) self.pipe.send( ( - self.data_func.setpoints[1].get(), + self.data_func.setpoints[1].get(), # so columns=x and rows=y self.data_func.setpoints[0].get(), self.data, )