mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-27 19:55:57 +00:00
Fix typo in execute plugin
This commit is contained in:
parent
259d2633e7
commit
2e55769c18
@ -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…
x
Reference in New Issue
Block a user