WIP: Trying to fix failing connections test #19

Draft
lee.miller wants to merge 2 commits from lee.miller/MiNode:bootstrap into v0.3
Showing only changes of commit d2dc2c6efc - Show all commits

View File

@ -217,7 +217,6 @@ class Manager(threading.Thread):
) as src:
reader = csv.reader(src)
shared.core_nodes = {(row[0], int(row[1])) for row in reader}
shared.node_pool.update(shared.core_nodes)
with open(
os.path.join(shared.source_directory, 'i2p_core_nodes.csv'),