From 6fbb57e44657904b9a5ded836583e608d2831138 Mon Sep 17 00:00:00 2001 From: gobbo_a Date: Fri, 26 Aug 2022 11:50:08 +0200 Subject: [PATCH] Script execution --- script/local.py | 1 + 1 file changed, 1 insertion(+) diff --git a/script/local.py b/script/local.py index faaf1a7..ba705d6 100644 --- a/script/local.py +++ b/script/local.py @@ -165,5 +165,6 @@ def get_pipeline_msg(): def on_system_restart(): print ("restart") + log("restart") time.sleep(1.0) stop_pipeline() \ No newline at end of file