Rev2192, Fix incorrect site detection when using async commands with Cors or MergerSite plugin

This commit is contained in:
shortcutme 2017-09-20 17:06:09 +02:00
parent 94cd5d32e5
commit d3d7489232
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE
3 changed files with 16 additions and 15 deletions

View file

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