Don't set shared.hosts - unused (duplicated in i2p.listener)
This commit is contained in:
parent
38cd61fded
commit
7d9f5d9643
|
@ -146,7 +146,6 @@ class Manager(threading.Thread):
|
||||||
hosts.add(c.host)
|
hosts.add(c.host)
|
||||||
with shared.connections_lock:
|
with shared.connections_lock:
|
||||||
shared.connections.add(c)
|
shared.connections.add(c)
|
||||||
shared.hosts = hosts
|
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def load_data():
|
def load_data():
|
||||||
|
|
Loading…
Reference in New Issue
Block a user