mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Fix typo in last commit
This commit is contained in:
parent
022a535dec
commit
4e0a29bb2b
1 changed files with 2 additions and 2 deletions
|
@ -295,10 +295,10 @@ class Torrent:
|
|||
def set_remove_at_ratio(self, remove_at_ratio):
|
||||
self.options["remove_at_ratio"] = remove_at_ratio
|
||||
|
||||
def set_move_completed(self, move_completed):
|
||||
def set_move_on_completed(self, move_completed):
|
||||
self.options["move_completed"] = move_completed
|
||||
|
||||
def set_move_completed_path(self, move_completed_path):
|
||||
def set_move_on_completed_path(self, move_completed_path):
|
||||
self.options["move_completed_path"] = move_completed_path
|
||||
|
||||
def set_file_priorities(self, file_priorities):
|
||||
|
|
Loading…
Add table
Reference in a new issue