From 212eabbc20950e617ada1698620d28b93a8553f4 Mon Sep 17 00:00:00 2001 From: shortcutme Date: Wed, 7 Sep 2016 17:42:06 +0200 Subject: [PATCH] Remove broken torrent tracker --- src/Config.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Config.py b/src/Config.py index 5fde87ea..b9cfcb56 100644 --- a/src/Config.py +++ b/src/Config.py @@ -37,8 +37,7 @@ class Config(object): "udp://tracker.leechers-paradise.org:6969", "udp://9.rarbg.com:2710", "http://tracker.aletorrenty.pl:2710/announce", - "http://explodie.org:6969/announce", - "http://torrent.gresille.org/announce" + "http://explodie.org:6969/announce" ] # Platform specific if sys.platform.startswith("win"):