Closedown

This commit is contained in:
2022-08-29 13:08:20 +02:00
parent 8786f6611e
commit 440c23cc7d

View File

@@ -188,3 +188,8 @@ def stop_viewer():
def on_system_restart():
print ("restart")
stop_pipeline()
def on_ctrl_cmd(cmd):
print ("Control command: ", cmd)
pass