mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Fixed blocklist web ui
This commit is contained in:
parent
3b9b47011c
commit
72601aebf4
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class BlockListCfgForm(forms.Form):
|
||||||
del cfg["btn_force_download"]
|
del cfg["btn_force_download"]
|
||||||
sclient.blocklist.set_config(cfg)
|
sclient.blocklist.set_config(cfg)
|
||||||
if data.btn_import_now:
|
if data.btn_import_now:
|
||||||
aclient.blocklist.import_list(None, data.btn_force_download)
|
sclient.blocklist.import_list(data.btn_force_download)
|
||||||
|
|
||||||
#input fields :
|
#input fields :
|
||||||
listtype = forms.ChoiceField(FORMAT_LIST)
|
listtype = forms.ChoiceField(FORMAT_LIST)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue