idlesign / torrentool

The tool to work with torrent files.
https://github.com/idlesign/torrentool
BSD 3-Clause "New" or "Revised" License
148 stars 30 forks source link

Misprint? #10

Closed Vairel closed 5 years ago

Vairel commented 5 years ago

https://github.com/idlesign/torrentool/blob/78c474c2ecddbad2e3287b390ac8a043957f3563/torrentool/torrent.py#L368

This condition is never executed.

idlesign commented 5 years ago

Yeap, never executed. That part was meant to be a restriction for adaptive (calculated using files number and size or user defined) limits. However since there were no users in a need of such a feature, its not implemented.

Vairel commented 5 years ago

ok =)