From e1ab6f35b22ead584636f1b17ecf7ed3b4162f81 Mon Sep 17 00:00:00 2001 From: gobbo_a Date: Fri, 26 Aug 2022 11:56:47 +0200 Subject: [PATCH] Startup --- script/local.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/script/local.py b/script/local.py index ba705d6..b3870db 100644 --- a/script/local.py +++ b/script/local.py @@ -162,9 +162,10 @@ def get_pipeline_msg(): raise Exception("Received None message.") return data.data - +""" def on_system_restart(): print ("restart") log("restart") time.sleep(1.0) - stop_pipeline() \ No newline at end of file + stop_pipeline() +""" \ No newline at end of file