fix: update logging messages

This commit is contained in:
sumanjeet0012@gmail.com
2025-06-27 00:09:17 +05:30
parent c914818f48
commit 4eff928a6d
3 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@ async def run(port: int) -> None:
print(
"Run this from the same folder in another console to "
"start another peer on a different port:\n\n"
"python mdns-demo -p <ANOTHER_PORT>\n"
"mdns-demo -p <ANOTHER_PORT>\n"
)
print("Waiting for mDNS peer discovery events...\n")