mirror of
https://git.deluge-torrent.org/deluge
synced 2025-09-20 08:28:33 +00:00
Fixed typo in manager.set_priv().
This commit is contained in:
parent
0016c39656
commit
c5e7c0d7bd
1 changed files with 1 additions and 1 deletions
|
@ -899,4 +899,4 @@ class Manager:
|
||||||
return deluge_core.set_flp(unique_ID, int(num))
|
return deluge_core.set_flp(unique_ID, int(num))
|
||||||
|
|
||||||
def set_priv(self, unique_ID, on_off):
|
def set_priv(self, unique_ID, on_off):
|
||||||
return deluge_core.set_flp(unique_ID, on_off)
|
return deluge_core.set_priv(unique_ID, on_off)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue