mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-20 23:28:16 +00:00
Fixed typo in manager.set_priv().
This commit is contained in:
parent
0016c39656
commit
c5e7c0d7bd
@ -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…
x
Reference in New Issue
Block a user