Fix error on invalid cli action

This commit is contained in:
shortcutme 2018-10-04 15:42:11 +02:00
parent 07159ea5df
commit 00cf1badfc
No known key found for this signature in database
GPG Key ID: 5B63BAE6CB9613AE
1 changed files with 1 additions and 0 deletions

View File

@ -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()