fixed invalid argument call
This commit is contained in:
parent
e346c09228
commit
b46bd42d9e
3 changed files with 6 additions and 2 deletions
|
|
@ -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/'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue