send uuid with message
This commit is contained in:
2
app.py
2
app.py
@@ -40,7 +40,7 @@ if __name__ == "__main__":
|
||||
communicator = Communicator(currentconsumer=KNOWNCONSUMER, uuid=generateduuid)
|
||||
LOGGER.debug(f"My uuid is {generateduuid}")
|
||||
consumerlocator = ConsumerLocator(uuid=generateduuid, communicator=communicator)
|
||||
messagesender = MessageSender(communicator=communicator)
|
||||
messagesender = MessageSender(communicator=communicator, uuid=generateduuid)
|
||||
consumerlocator.learnconsumerlist()
|
||||
|
||||
while True:
|
||||
|
||||
Reference in New Issue
Block a user