Rev3155, Avoid UI hang during db rebuild

This commit is contained in:
shortcutme 2017-12-02 02:38:17 +01:00
parent 6b92d011d2
commit 90ff9ac7fb
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE
2 changed files with 9 additions and 3 deletions

View file

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