diff --git a/app.py b/app.py index bbb6f7c..613bdb7 100644 --- a/app.py +++ b/app.py @@ -32,6 +32,7 @@ if __name__ == "__main__": LOGGER.debug(f"My uuid is {generateduuid}") consumerlocator = ConsumerLocator(uuid=generateduuid, communicator=communicator) messagesender = MessageSender(communicator=communicator) + consumerlocator.learnconsumerlist() while True: LOGGER.info(f"Updating consumer list of {generateduuid}")