diff --git a/python/tools/pingpong.py b/python/tools/pingpong.py index 158337ee28e9911af342eb4c522cad3604c01a74..f8dca3c3c9d0929bfe3c8a56408ee3f0c9fcb5d4 100755 --- a/python/tools/pingpong.py +++ b/python/tools/pingpong.py @@ -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))