From 05be33b5365fad054a04093963422c21da685477 Mon Sep 17 00:00:00 2001 From: gobbo_a Date: Fri, 26 Aug 2022 11:47:56 +0200 Subject: [PATCH] Startup --- script/local.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index 41d723c..926b498 100644 --- a/script/local.py +++ b/script/local.py @@ -160,4 +160,8 @@ def get_pipeline_msg(): data = stream.receive() if not data: raise Exception("Received None message.") - return data.data \ No newline at end of file + return data.data + + +def on_system_restart(path): + stop_pipeline() \ No newline at end of file