mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 08:00:54 +00:00
fix: remove unnecessary blank lines in mDNS example documentation
This commit is contained in:
@ -26,11 +26,11 @@ You should see output similar to:
|
|||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
Run this from another console to start another peer on a different port:
|
Run this from another console to start another peer on a different port:
|
||||||
|
|
||||||
python mdns-demo -p <ANOTHER_PORT>
|
python mdns-demo -p <ANOTHER_PORT>
|
||||||
|
|
||||||
Waiting for mDNS peer discovery events...
|
Waiting for mDNS peer discovery events...
|
||||||
|
|
||||||
2025-06-20 23:28:12,052 - libp2p.example.discovery.mdns - INFO - Starting peer Discovery
|
2025-06-20 23:28:12,052 - libp2p.example.discovery.mdns - INFO - Starting peer Discovery
|
||||||
|
|
||||||
To discover peers, open another terminal and run the same command with a different port:
|
To discover peers, open another terminal and run the same command with a different port:
|
||||||
|
|||||||
Reference in New Issue
Block a user