mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Blocklist: remove default url as it is outdated
This commit is contained in:
parent
00ebaae67a
commit
7020e5ca90
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ from readers import ReaderParseError
|
|||
# TODO: review class attributes for redundancy
|
||||
|
||||
DEFAULT_PREFS = {
|
||||
"url": "http://deluge-torrent.org/blocklist/nipfilter.dat.gz",
|
||||
"url": "",
|
||||
"load_on_start": False,
|
||||
"check_after_days": 4,
|
||||
"list_compression": "",
|
||||
|
|
Loading…
Add table
Reference in a new issue