Merge pull request #1208 from jzelinskie/torrentprivate
private swarms torrents
This commit is contained in:
commit
7ac3b05a1d
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ def make_torrent(name, webseed, length, piece_length, pieces):
|
|||
'length': length,
|
||||
'piece length': piece_length,
|
||||
'pieces': pieces,
|
||||
'private': 1,
|
||||
}
|
||||
|
||||
return bencode.bencode({
|
||||
|
|
Reference in a new issue