Open L4cache opened 3 months ago
https://github.com/alexpdev/torrentfile/blob/576136954dbe479b8107d8025dc86ba9320cc25c/torrentfile/edit.py#L93
Please change it to something like int(args["private"])
int(args["private"])
Okay.
https://github.com/alexpdev/torrentfile/blob/576136954dbe479b8107d8025dc86ba9320cc25c/torrentfile/edit.py#L93
Please change it to something like
int(args["private"])