Don't set shared.hosts - unused (duplicated in i2p.listener)
This commit is contained in:
parent
bec210975d
commit
06870961b2
|
@ -172,7 +172,6 @@ class Manager(threading.Thread):
|
||||||
elif outgoing_connections < shared.outgoing_connections:
|
elif outgoing_connections < shared.outgoing_connections:
|
||||||
connect((host, port))
|
connect((host, port))
|
||||||
hosts.add(group)
|
hosts.add(group)
|
||||||
shared.hosts = hosts
|
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def load_data():
|
def load_data():
|
||||||
|
|
Loading…
Reference in New Issue
Block a user