alexpdev / torrentfile

Bittorrent Protocol v1 & v2 metafile creator, checker, editor, builder, reviewer. Assemble .torrent files from the command line.
Apache License 2.0
43 stars 4 forks source link

Editing torrent always results in private torrent #190

Open L4cache opened 3 months ago

L4cache commented 3 months ago

https://github.com/alexpdev/torrentfile/blob/576136954dbe479b8107d8025dc86ba9320cc25c/torrentfile/edit.py#L93

Please change it to something like int(args["private"])

alexpdev commented 1 month ago

Okay.