adding initial support for create torrent plugin

This commit is contained in:
Marcos Pinto 2007-05-21 22:53:39 +00:00
parent edfcf9355d
commit 69fbc82384
1 changed files with 4 additions and 0 deletions

View File

@ -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)