Rev267, Hotfix for problems caused by changes in rev260, Fix unhandled exception on failed port checking

This commit is contained in:
HelloZeroNet 2015-07-02 02:31:52 +02:00
parent 0ca0c754e6
commit 3bd1c119eb
3 changed files with 4 additions and 3 deletions

View file

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