Blocklist: remove default url as it is outdated

This commit is contained in:
John Garland 2012-02-29 12:21:18 +11:00 committed by Calum Lind
parent debae00246
commit 9c0a450a47

View File

@ -62,7 +62,7 @@ from readers import ReaderParseError
log = logging.getLogger(__name__)
DEFAULT_PREFS = {
"url": "http://deluge-torrent.org/blocklist/nipfilter.dat.gz",
"url": "",
"load_on_start": False,
"check_after_days": 4,
"list_compression": "",