Fix problem with pull request #388
This commit is contained in:
parent
269d034b47
commit
d3b9791442
|
@ -37,7 +37,7 @@ def createDefaultKnownNodes(appdata):
|
|||
#print stream1
|
||||
#print allKnownNodes
|
||||
|
||||
with open(appdata + 'knownnodes.dat', 'wb) as output:
|
||||
with open(appdata + 'knownnodes.dat', 'wb') as output:
|
||||
# Pickle dictionary using protocol 0.
|
||||
pickle.dump(allKnownNodes, output)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user