From 0cd1947ad90b7a3ea16dcab41f11b5be0c5a47fd Mon Sep 17 00:00:00 2001 From: BobIsMyManager Date: Wed, 3 Aug 2022 14:12:03 +0100 Subject: Update blacklist pt1 --- src/instances/get_instances.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/instances') diff --git a/src/instances/get_instances.py b/src/instances/get_instances.py index eab4a924..085d7273 100644 --- a/src/instances/get_instances.py +++ b/src/instances/get_instances.py @@ -661,7 +661,7 @@ for k1, v1 in mightyList.items(): cloudflare.append(instance) if not instance.endswith('.onion') and not instance.endswith('.i2p') and not instance.endswith('.loki') and is_authenticate(instance): authenticate.append(instance) - if not instance.endswith('.onion') and not instance.endswith('.i2p') and not instance.endswith('.loki') and is_offline(instance): + elif not instance.endswith('.onion') and not instance.endswith('.i2p') and not instance.endswith('.loki') and is_offline(instance): offline.append(instance) peertube() -- cgit 1.4.1