mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
adding initial support for create torrent plugin
This commit is contained in:
parent
edfcf9355d
commit
69fbc82384
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue