Skip to content

Commit

Permalink
Update livestream.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Torbjorn-Rasmussen authored Feb 8, 2024
1 parent 8afbd0a commit e2d3617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qstream/livestream.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit e2d3617

Please sign in to comment.