diff --git a/minode/manager.py b/minode/manager.py index 40b9b33..d4eb332 100644 --- a/minode/manager.py +++ b/minode/manager.py @@ -172,7 +172,6 @@ class Manager(threading.Thread): elif outgoing_connections < shared.outgoing_connections: connect((host, port)) hosts.add(group) - shared.hosts = hosts @staticmethod def load_data():