From 80027a660fdc7084eb7d0d024a412c813fe28376 Mon Sep 17 00:00:00 2001 From: AJ Date: Thu, 15 Sep 2022 21:50:55 -0400 Subject: [PATCH] Removed test case --- start-seeding.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/start-seeding.py b/start-seeding.py index c19a063..f137db7 100644 --- a/start-seeding.py +++ b/start-seeding.py @@ -30,9 +30,6 @@ def set_ratio_limits(): # -2 = use the global value # -1 = no limit - if torrent.name == 'Storks.2016.1080p.BRRip-YTS': - print('') - if torrent.num_complete > unlimited_seed_threshold: if torrent.ratio_limit != -2: torrent.set_share_limits(ratio_limit=-2, seeding_time_limit=-2)