mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-15 14:05:57 +00:00
Fix creating remote torrents
This commit is contained in:
parent
47509ee705
commit
ae54d3fa18
@ -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…
x
Reference in New Issue
Block a user