From b0cd756f512cb5685255da5c2196e7cf996f3ff7 Mon Sep 17 00:00:00 2001 From: Gorka Olaizola Date: Sun, 18 Oct 2015 10:56:47 +0200 Subject: [PATCH] bitcomet.com dht router host does not exists anymore --- Libtorrent.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Libtorrent.py b/Libtorrent.py index fdb8aba..30c702b 100644 --- a/Libtorrent.py +++ b/Libtorrent.py @@ -350,7 +350,6 @@ class Libtorrent: #self.session.set_alert_mask(self.lt.alert.category_t.all_categories) self.session.add_dht_router("router.bittorrent.com", 6881) self.session.add_dht_router("router.utorrent.com", 6881) - self.session.add_dht_router("router.bitcomet.com", 6881) self.session.start_dht() self.session.start_lsd() self.session.start_upnp()