From 7fd727d88b977cc3789558ed943f6071dee4c6ea Mon Sep 17 00:00:00 2001 From: Sam Scholten Date: Tue, 14 Oct 2025 14:30:41 +1000 Subject: Remove shutdown_event from HDF5LivePlotter initialization in CLI --- picostream/cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/picostream/cli.py b/picostream/cli.py index c902348..8fc65b0 100644 --- a/picostream/cli.py +++ b/picostream/cli.py @@ -390,7 +390,6 @@ class Streamer: hdf5_path=self.output_file, display_window_seconds=self.plot_window_s, decimation_factor=self.decimation_factor, - shutdown_event=self.shutdown_event, ) plotter.show() -- cgit v1.2.3