This commit is contained in:
2022-08-26 11:56:47 +02:00
parent 6fbb57e446
commit e1ab6f35b2

View File

@@ -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()
stop_pipeline()
"""