Fix some typos
This commit is contained in:
parent
3237abacc4
commit
c410f6d242
@ -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…
x
Reference in New Issue
Block a user