Added some API commands for use with a mobile app #391

Merged
Atheros1 merged 10 commits from master into master 2013-08-09 20:25:14 +02:00
Showing only changes of commit 98d983bfed - Show all commits

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)