mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-29 20:56:31 +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):
|
webseeds, private, created_by, trackers, add_to_session):
|
||||||
|
|
||||||
log.debug("creating torrent..")
|
log.debug("creating torrent..")
|
||||||
threading.Thread(target=_create_torrent_thread,
|
threading.Thread(target=self._create_torrent_thread,
|
||||||
args=(
|
args=(
|
||||||
path,
|
path,
|
||||||
tracker,
|
tracker,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user