From 36ae50affa9ecad40609c1924c26e2ddc7223fed Mon Sep 17 00:00:00 2001 From: gobbo_a Date: Fri, 12 Aug 2022 08:59:19 +0200 Subject: [PATCH] Startup --- script/processing.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/script/processing.py b/script/processing.py index 3db4911..77cecc2 100644 --- a/script/processing.py +++ b/script/processing.py @@ -295,19 +295,20 @@ def run(stop_event, statistics, parameter_queue, cam_client, pipeline_config, ou finally: _logger.info("Stopping transceiver. %s" % log_tag) + print ("Stopping transceiver. %s" % log_tag) stop_event.set() if bs_send_thread: try: bs_send_thread.join(0.1) except: pass - + print ("Pass") if sender: try: sender.close() - print "Trying to exit context" + print ("Trying to exit context") sender.stream.context.term() - print "Done" + print ("Done") except: pass