Remove set_max_priority

This commit is contained in:
Jeffrey Serio 2024-07-26 11:37:39 -05:00
parent 8d9cf5380a
commit eb0afeacf3

View File

@ -490,10 +490,3 @@ if __name__ == "__main__":
case _: case _:
print("Nothing to do.") print("Nothing to do.")
torrent_hashes = []
for torrent in qb.torrents():
if torrent["category"] == "distro":
torrent_hashes.append(torrent["hash"])
qb.set_max_priority(torrent_hashes)