Rev3157, Fix websocket utf8 error when requesting files from different sites at the same time

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

View file

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