Merge branch 'master' of https://github.com/Bitmessage/PyBitmessage
This commit is contained in:
commit
98d983bfed
|
@ -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