rev278, Allow clone sites that does not have domain, Publishing without peers is a success, File size 0 on non exists files, Benchmark TLS1

This commit is contained in:
HelloZeroNet 2015-07-07 03:14:45 +02:00
parent 3bd1c119eb
commit 417c6eb96f
6 changed files with 12 additions and 6 deletions

View file

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