Fix problem with pull request #388

This commit is contained in:
Jonathan Warren 2013-08-09 12:12:57 -04:00
parent 269d034b47
commit d3b9791442
1 changed files with 1 additions and 1 deletions

View File

@ -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)