mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-22 16:18:15 +00:00
adding initial support for create torrent plugin
This commit is contained in:
parent
edfcf9355d
commit
69fbc82384
@ -743,3 +743,7 @@ class Manager:
|
||||
return ret
|
||||
|
||||
|
||||
def create_torrent(self, filename, source_directory, trackers, comments=None,
|
||||
pieces=256, author="Deluge"):
|
||||
|
||||
return deluge_core.create_torrent(filename, source_directory, trackers, comments, pieces, author)
|
||||
|
Loading…
x
Reference in New Issue
Block a user