Skip to content
Snippets Groups Projects
Commit d80aab93 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

pingpong: cleanup

parent 9b881d4e
Branches cert_request
Tags
No related merge requests found
......@@ -27,7 +27,7 @@ ping_node.run()
pong_node = dht.DhtRunner()
pong_node.run()
#pong_node.enableLogging()
pong_node.ping(ping_node.getBound());
pong_node.ping(ping_node.getBound())
loc_ping = dht.InfoHash.get("toto99")
loc_pong = dht.InfoHash.get(str(loc_ping))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment