mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 23:18:40 +00:00
Blocklist: remove default url as it is outdated
This commit is contained in:
parent
debae00246
commit
9c0a450a47
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ from readers import ReaderParseError
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
|
||||||
DEFAULT_PREFS = {
|
DEFAULT_PREFS = {
|
||||||
"url": "http://deluge-torrent.org/blocklist/nipfilter.dat.gz",
|
"url": "",
|
||||||
"load_on_start": False,
|
"load_on_start": False,
|
||||||
"check_after_days": 4,
|
"check_after_days": 4,
|
||||||
"list_compression": "",
|
"list_compression": "",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue