Skip to content

Commit 70afb2d

Browse files
author
cms5347
committed
Accidentally commit a tarball for RunSimulation in the last commit. This fixes that
1 parent 4ff8c7d commit 70afb2d

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

RunSimulation.py

-62.2 KB
Binary file not shown.

simulation.py

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def __init__(self, seed, init_size=None):
2424

2525
self.init_size = init_size if init_size else kademliaConstants.initial_network_size
2626

27+
self.nodes = None
2728
self.build_network()
2829

2930
def perform_node_lookup(self):

0 commit comments

Comments
 (0)