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:
parent
c2fc131cdc
commit
2cf34c132f
6 changed files with 27 additions and 7 deletions
|
@ -2,7 +2,7 @@ import array
|
|||
import time
|
||||
|
||||
|
||||
class PeerHashfield():
|
||||
class PeerHashfield:
|
||||
def __init__(self):
|
||||
self.storage = self.createStoreage()
|
||||
self.time_changed = time.time()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue