Rev562, Check site privatekey from users.json when executing siteSign, Optional files checking on owned sites, Fix workermanager error on set list of peers, Fix PROTOCOL_SSLv3 error happens on some linux distrib

This commit is contained in:
HelloZeroNet 2015-11-08 12:33:13 +01:00
parent c2fc131cdc
commit 2cf34c132f
6 changed files with 27 additions and 7 deletions

View file

@ -2,7 +2,7 @@ import array
import time
class PeerHashfield():
class PeerHashfield:
def __init__(self):
self.storage = self.createStoreage()
self.time_changed = time.time()