From 7d9f5d964341117d73a5a64a11b083894ed57654 Mon Sep 17 00:00:00 2001 From: Lee Miller Date: Tue, 20 Aug 2024 19:16:32 +0300 Subject: [PATCH] Don't set shared.hosts - unused (duplicated in i2p.listener) --- minode/manager.py | 1 - 1 file changed, 1 deletion(-) diff --git a/minode/manager.py b/minode/manager.py index 8393f64..351bbaf 100644 --- a/minode/manager.py +++ b/minode/manager.py @@ -146,7 +146,6 @@ class Manager(threading.Thread): hosts.add(c.host) with shared.connections_lock: shared.connections.add(c) - shared.hosts = hosts @staticmethod def load_data():