formating update, bumped version
This commit is contained in:
parent
7b29c50c79
commit
87ea77d12d
@ -1,5 +1,5 @@
|
|||||||
"""
|
"""
|
||||||
Kademlia is a Python implementation of the Kademlia protocol for `Twisted <http://twistedmatrix.com>`_.
|
Kademlia is a Python implementation of the Kademlia protocol for `Twisted <http://twistedmatrix.com>`_.
|
||||||
"""
|
"""
|
||||||
version_info = (0, 5)
|
version_info = (0, 6)
|
||||||
version = '.'.join(map(str, version_info))
|
version = '.'.join(map(str, version_info))
|
||||||
|
@ -47,7 +47,7 @@ class Server(object):
|
|||||||
This is the same as calling::
|
This is the same as calling::
|
||||||
|
|
||||||
reactor.listenUDP(port, server.protocol)
|
reactor.listenUDP(port, server.protocol)
|
||||||
|
|
||||||
Provide interface="::" to accept ipv6 address
|
Provide interface="::" to accept ipv6 address
|
||||||
"""
|
"""
|
||||||
return reactor.listenUDP(port, self.protocol, interface)
|
return reactor.listenUDP(port, self.protocol, interface)
|
||||||
|
Loading…
Reference in New Issue
Block a user