Script execution

This commit is contained in:
2022-08-26 11:49:39 +02:00
parent 05be33b536
commit 3176b967ce

View File

@@ -163,5 +163,7 @@ def get_pipeline_msg():
return data.data
def on_system_restart(path):
def on_system_restart():
print ("restart")
time.sleep(1.0)
stop_pipeline()