version 0.2.5, download and update progress bar, we are on gitter, log on filerequest error, faster update
This commit is contained in:
parent
34f6d1ee7c
commit
bd7e76628b
12 changed files with 62 additions and 10 deletions
|
@ -3,7 +3,7 @@ import ConfigParser
|
|||
|
||||
class Config(object):
|
||||
def __init__(self):
|
||||
self.version = "0.2.4"
|
||||
self.version = "0.2.5"
|
||||
self.parser = self.createArguments()
|
||||
argv = sys.argv[:] # Copy command line arguments
|
||||
argv = self.parseConfig(argv) # Add arguments from config file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue