From c76a7556d76222d13cd0e790baee6c32728838a8 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 aa8bbf9..3bc01e7 100644 --- a/minode/manager.py +++ b/minode/manager.py @@ -172,7 +172,6 @@ class Manager(threading.Thread): else: connect((host, port)) hosts.add(group) - shared.hosts = hosts @staticmethod def load_data():