aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--picostream/cli.py1
1 files changed, 0 insertions, 1 deletions
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()