Rev2192, Fix incorrect site detection when using async commands with Cors or MergerSite plugin
This commit is contained in:
parent
94cd5d32e5
commit
d3d7489232
3 changed files with 16 additions and 15 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue