mirror of https://github.com/bmuller/kademlia.git
Fixes #31 - issue in example
This commit is contained in:
parent
e8ab5f8335
commit
6045e70ddb
|
@ -26,6 +26,6 @@ try:
|
|||
loop.run_forever()
|
||||
except KeyboardInterrupt:
|
||||
pass
|
||||
|
||||
server.close()
|
||||
loop.close()
|
||||
finally:
|
||||
server.stop()
|
||||
loop.close()
|
||||
|
|
Loading…
Reference in New Issue