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)