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,