From eaf32dca134f303e9695388d547c032256d8cb8e Mon Sep 17 00:00:00 2001 From: Adrian Woodley Date: Tue, 23 Jul 2019 00:19:46 +0800 Subject: [PATCH] Shouldn't get "Here" --- aviat_config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aviat_config.py b/aviat_config.py index 0e433ad..7d8bc69 100755 --- a/aviat_config.py +++ b/aviat_config.py @@ -93,10 +93,11 @@ class Worker(threading.Thread): while True: inue = self.__inues.get() if inue is None: - print('Here') self.__passed.put(None) self.__failed.put(None) break + print('Here') + new_ip = inue.replace(OLD_SUBNET, NEW_SUBNET)