progress in removing core

This commit is contained in:
Kevin Froman 2019-07-26 16:11:24 -05:00
parent 405e8cdd24
commit e45ce2e4dd
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ class Onionr:
os.mkdir(exportDir)
else:
logger.error('Onionr Not initialized')
data = onionrstorage.getData(self.onionrCore, bHash)
data = onionrstorage.getData(bHash)
with open('%s/%s.dat' % (exportDir, bHash), 'wb') as exportFile:
exportFile.write(data)