From 6bbd1bfa42017acdfbabbe159e370200c16fe25e Mon Sep 17 00:00:00 2001 From: Brian Muller Date: Thu, 7 Apr 2016 10:22:11 +0300 Subject: [PATCH] Revert "Comment change" This reverts commit b37b65cd10a9dd5b27b454d17f8fecc0468ba735. --- kademlia/network.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kademlia/network.py b/kademlia/network.py index 5e3dad3..044df4c 100644 --- a/kademlia/network.py +++ b/kademlia/network.py @@ -48,8 +48,7 @@ class Server(object): reactor.listenUDP(port, server.protocol) - Args: - interface: Supply `'::'` to support ipv6 address. `'::'` is as defined as ipv6 support in `twisted`. + Provide interface="::" to accept ipv6 address """ return reactor.listenUDP(port, self.protocol, interface)