Rev1529, Fix json write bug with [] characters in value
This commit is contained in:
parent
6a58083431
commit
d760a71b76
2 changed files with 9 additions and 3 deletions
|
@ -8,7 +8,7 @@ class Config(object):
|
|||
|
||||
def __init__(self, argv):
|
||||
self.version = "0.4.1"
|
||||
self.rev = 1527
|
||||
self.rev = 1529
|
||||
self.argv = argv
|
||||
self.action = None
|
||||
self.config_file = "zeronet.conf"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue