From 40355afd2467b886b1f57137514473ba556db350 Mon Sep 17 00:00:00 2001 From: gobbo_a Date: Fri, 12 Aug 2022 09:07:03 +0200 Subject: [PATCH] Startup --- script/processing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/processing.py b/script/processing.py index ef75fb7..df0832b 100644 --- a/script/processing.py +++ b/script/processing.py @@ -310,7 +310,7 @@ def run(stop_event, statistics, parameter_queue, cam_client, pipeline_config, ou try: sender.close() print ("Trying to exit context") - sender.stream.context.terdm() + sender.stream.context.term() print ("Done") except: print ("Exception")