From 3e2e6385cf4b7413c4159f2e7277879147eb47e2 Mon Sep 17 00:00:00 2001 From: Ruud Burger Date: Tue, 26 Nov 2013 17:10:56 +0100 Subject: [PATCH] Properly split seed ratios and seed times --- couchpotato/core/providers/torrent/torrentpotato/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/couchpotato/core/providers/torrent/torrentpotato/main.py b/couchpotato/core/providers/torrent/torrentpotato/main.py index a81d0ed4..a76c0c8f 100644 --- a/couchpotato/core/providers/torrent/torrentpotato/main.py +++ b/couchpotato/core/providers/torrent/torrentpotato/main.py @@ -87,10 +87,10 @@ class TorrentPotato(TorrentProvider): try: name = names[nr] except: name = '' - try: ratio = seed_ratios + try: ratio = seed_ratios[nr] except: ratio = '' - try: seed_time = seed_times + try: seed_time = seed_times[nr] except: seed_time = '' list.append({