about summary refs log tree commit diff stats
path: root/src/instances
diff options
context:
space:
mode:
authorBobIsMyManager <bimmgitsignature.nly8m@simplelogin.co>2022-08-03 14:12:03 +0100
committerBobIsMyManager <bimmgitsignature.nly8m@simplelogin.co>2022-08-03 14:12:03 +0100
commit0cd1947ad90b7a3ea16dcab41f11b5be0c5a47fd (patch)
tree6a244841969355dfec34e9cbc334e184d0fac71d /src/instances
parentMerge pull request 'Latency threshold and offline instances' (https://codeber... (diff)
downloadlibredirect-0cd1947ad90b7a3ea16dcab41f11b5be0c5a47fd.zip
Update blacklist pt1
Diffstat (limited to 'src/instances')
-rw-r--r--src/instances/get_instances.py2
1 files changed, 1 insertions, 1 deletions
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()