Removed test case

This commit is contained in:
AJ
2022-09-15 21:50:55 -04:00
parent 2c720e1bc5
commit 80027a660f

View File

@@ -30,9 +30,6 @@ def set_ratio_limits():
# -2 = use the global value # -2 = use the global value
# -1 = no limit # -1 = no limit
if torrent.name == 'Storks.2016.1080p.BRRip-YTS':
print('')
if torrent.num_complete > unlimited_seed_threshold: if torrent.num_complete > unlimited_seed_threshold:
if torrent.ratio_limit != -2: if torrent.ratio_limit != -2:
torrent.set_share_limits(ratio_limit=-2, seeding_time_limit=-2) torrent.set_share_limits(ratio_limit=-2, seeding_time_limit=-2)