Fix error on invalid cli action
This commit is contained in:
parent
07159ea5df
commit
00cf1badfc
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ class Config(object):
|
|||
self.start_dir = self.getStartDir()
|
||||
|
||||
self.config_file = "zeronet.conf"
|
||||
self.trackers_file = False
|
||||
self.createParser()
|
||||
self.createArguments()
|
||||
|
||||
|
|
Loading…
Reference in a new issue