Module: deluge Branch: master Commit: ae54d3fa1819e72944bb9ad29854f16b04cc743e
Author: Andrew Resch <[email protected]> Date: Tue Mar 30 16:44:26 2010 -0700 Fix creating remote torrents --- deluge/core/core.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/deluge/core/core.py b/deluge/core/core.py index 939697b..5ce594b 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, -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
