mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-11 19:08:40 +00:00
Fix typo in execute plugin
This commit is contained in:
parent
3226b1819d
commit
0314d0440f
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ class Core(CorePluginBase):
|
||||||
|
|
||||||
# Grab the torrent name and save path
|
# Grab the torrent name and save path
|
||||||
torrent_name = info["name"]
|
torrent_name = info["name"]
|
||||||
if event == "completed":
|
if event == "complete":
|
||||||
save_path = info["move_on_completed_path"] if info ["move_completed"] else info["save_path"]
|
save_path = info["move_on_completed_path"] if info ["move_completed"] else info["save_path"]
|
||||||
else:
|
else:
|
||||||
save_path = info["save_path"]
|
save_path = info["save_path"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue