mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Fix creating remote torrents
This commit is contained in:
parent
47509ee705
commit
ae54d3fa18
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue