mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +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"]
|
||||
sclient.blocklist.set_config(cfg)
|
||||
if data.btn_import_now:
|
||||
aclient.blocklist.import_list(None, data.btn_force_download)
|
||||
sclient.blocklist.import_list(data.btn_force_download)
|
||||
|
||||
#input fields :
|
||||
listtype = forms.ChoiceField(FORMAT_LIST)
|
||||
|
|
Loading…
Add table
Reference in a new issue