From ff7c5db39c0ed1a86f01f001c86340dd45e48f2a Mon Sep 17 00:00:00 2001 From: Alejandro-Morales Date: Thu, 8 Feb 2024 05:59:42 -0600 Subject: [PATCH] small fix --- python/src/uagents/network.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/src/uagents/network.py b/python/src/uagents/network.py index bfb8f82d..e0cbbdd6 100644 --- a/python/src/uagents/network.py +++ b/python/src/uagents/network.py @@ -483,7 +483,8 @@ async def register( ): logger.warning( "Address %s needs to be registered in almanac contract " - "to be registered in a domain", agent_address + "to be registered in a domain", + agent_address, ) return