diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-08-08 11:48:32 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-08-08 11:48:32 +0300 |
commit | 4654308da953f9cb8a7346d98d7cc7e709c78fb8 (patch) | |
tree | 0737d63361b508698f0543aff3c8791ecb5290b7 /src/instances | |
parent | Fixed conflicts (diff) | |
parent | improving the general Class (diff) | |
download | libredirect-4654308da953f9cb8a7346d98d7cc7e709c78fb8.zip |
Merge branch 'update-blacklist'
Diffstat (limited to 'src/instances')
-rw-r--r-- | src/instances/get_instances.py | 2 |
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() |