Rev3173, Don't display Cors permission ask if already has, Fix error on Cors request on non-existent site

This commit is contained in:
shortcutme 2017-12-18 02:37:09 +01:00
parent b5452bce6b
commit c9c1d10ee4
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE
2 changed files with 6 additions and 1 deletions

View file

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