mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Fix some typos
This commit is contained in:
parent
3237abacc4
commit
c410f6d242
1 changed files with 3 additions and 3 deletions
|
@ -566,9 +566,9 @@ class Torrent:
|
||||||
|
|
||||||
if self.handle.is_finished():
|
if self.handle.is_finished():
|
||||||
# If the torrent has already reached it's 'stop_seed_ratio' then do not do anything
|
# If the torrent has already reached it's 'stop_seed_ratio' then do not do anything
|
||||||
if self.config["stop_seed_at_ratio"] or self.stop_at_ratio:
|
if self.config["stop_seed_at_ratio"] or self.options["stop_at_ratio"]:
|
||||||
if self.stop_at_ratio:
|
if self.options["stop_at_ratio"]:
|
||||||
ratio = self.stop_ratio
|
ratio = self.options["stop_ratio"]
|
||||||
else:
|
else:
|
||||||
ratio = self.config["stop_seed_ratio"]
|
ratio = self.config["stop_seed_ratio"]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue