fixed invalid argument call

This commit is contained in:
Kevin Froman 2018-08-24 17:42:09 -05:00
parent e346c09228
commit b46bd42d9e
3 changed files with 6 additions and 2 deletions

View file

@ -52,6 +52,8 @@ class Core:
self.usageFile = 'data/disk-usage.txt'
self.config = config
self.maxBlockSize = 10000000 # max block size in bytes
if not os.path.exists('data/'):
os.mkdir('data/')
if not os.path.exists('data/blocks/'):