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 70f059d9b1
commit c76a7556d7
Signed by: lee.miller
GPG Key ID: 4F97A5EA88F4AB63

View File

@ -172,7 +172,6 @@ class Manager(threading.Thread):
else: else:
connect((host, port)) connect((host, port))
hosts.add(group) hosts.add(group)
shared.hosts = hosts
@staticmethod @staticmethod
def load_data(): def load_data():