Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro-Morales committed Feb 8, 2024
1 parent bd2e904 commit ff7c5db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/src/uagents/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ff7c5db

Please sign in to comment.