Moved dbTimestamps and newPeers to KV for more decoupling
This commit is contained in:
parent
e00d41f8a9
commit
97a5f50271
7 changed files with 23 additions and 16 deletions
|
@ -30,7 +30,7 @@ def remove_online_peer(comm_inst, peer):
|
|||
except KeyError:
|
||||
pass
|
||||
try:
|
||||
del comm_inst.dbTimestamps[peer]
|
||||
del kv.get('dbTimestamps')[peer]
|
||||
except KeyError:
|
||||
pass
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue