Rev2047, Add archive benchmark

This commit is contained in:
shortcutme 2017-04-13 22:54:16 +02:00
parent 6bef5ca7f4
commit e125895615
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE
2 changed files with 85 additions and 1 deletions

View file

@ -10,7 +10,7 @@ class Config(object):
def __init__(self, argv):
self.version = "0.5.4"
self.rev = 2046
self.rev = 2047
self.argv = argv
self.action = None
self.config_file = "zeronet.conf"