From ca1dd60239fe0bdb0a490037fde360aba03ca864 Mon Sep 17 00:00:00 2001 From: Adrian Woodley Date: Tue, 23 Jul 2019 00:18:45 +0800 Subject: [PATCH] Still debugging --- aviat_config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aviat_config.py b/aviat_config.py index 527100e..0e433ad 100755 --- a/aviat_config.py +++ b/aviat_config.py @@ -90,9 +90,10 @@ class Worker(threading.Thread): threading.Thread.__init__(self) def run(self): - while 1: + while True: inue = self.__inues.get() if inue is None: + print('Here') self.__passed.put(None) self.__failed.put(None) break