qstokkink / TriblerExperimental

GNU General Public License v3.0
6 stars 2 forks source link

Torrent checker issues #11

Closed qstokkink closed 5 months ago

qstokkink commented 5 months ago

I blindly adopted some linter suggestions that lead to problems in the torrent checker:

https://github.com/qstokkink/TriblerExperimental/blob/8e096b85fd60056f52cf8730eb6de7e9cd9d2b7c/src/tribler/core/torrent_checker/torrent_checker.py#L93-L94

These tasks should not be assigned to _, =.

https://github.com/qstokkink/TriblerExperimental/blob/8e096b85fd60056f52cf8730eb6de7e9cd9d2b7c/src/tribler/core/torrent_checker/torrent_checker.py#L222

The lines are not a number but a string.