Version 0.2.2, Localstorage support using WrapperApi, User manage bugfix

This commit is contained in:
HelloZeroNet 2015-02-17 01:48:15 +01:00
parent 655607466c
commit 9f9433a61e
5 changed files with 49 additions and 7 deletions

View file

@ -3,7 +3,7 @@ import ConfigParser
class Config(object):
def __init__(self):
self.version = "0.2.1"
self.version = "0.2.2"
self.parser = self.createArguments()
argv = sys.argv[:] # Copy command line arguments
argv = self.parseConfig(argv) # Add arguments from config file