Don't set shared.hosts - unused (duplicated in i2p.listener)

This commit is contained in:
Lee Miller 2024-08-20 19:16:32 +03:00
parent 38cd61fded
commit 7d9f5d9643
Signed by: lee.miller
GPG Key ID: 4F97A5EA88F4AB63

View File

@ -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():