Startup
This commit is contained in:
+5
-1
@@ -160,4 +160,8 @@ def get_pipeline_msg():
|
||||
data = stream.receive()
|
||||
if not data:
|
||||
raise Exception("Received None message.")
|
||||
return data.data
|
||||
return data.data
|
||||
|
||||
|
||||
def on_system_restart(path):
|
||||
stop_pipeline()
|
||||
Reference in New Issue
Block a user