From 43eda55c57eca7573f47544e4629bb81d4f60e6a Mon Sep 17 00:00:00 2001 From: Adrian Woodley Date: Tue, 23 Jul 2019 00:08:56 +0800 Subject: [PATCH] Troubleshoot Worker --- aviat_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aviat_config.py b/aviat_config.py index f4e3dcb..6acb2b9 100755 --- a/aviat_config.py +++ b/aviat_config.py @@ -91,6 +91,7 @@ class Worker(threading.Thread): def run(self): while 1: inue = self.__inues.get() + print(inue) if inue is None: self.__passed.put(None) self.__failed.put(None)