From ae54d3fa1819e72944bb9ad29854f16b04cc743e Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Tue, 30 Mar 2010 16:44:26 -0700 Subject: [PATCH] Fix creating remote torrents --- deluge/core/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/core/core.py b/deluge/core/core.py index 939697b6e..5ce594b11 100644 --- a/deluge/core/core.py +++ b/deluge/core/core.py @@ -576,7 +576,7 @@ class Core(component.Component): webseeds, private, created_by, trackers, add_to_session): log.debug("creating torrent..") - threading.Thread(target=_create_torrent_thread, + threading.Thread(target=self._create_torrent_thread, args=( path, tracker,