From 3dabbc21f842096124776ff8a05f7f753d28968e Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Sun, 10 Feb 2013 20:23:21 -0800 Subject: [PATCH] import SickBeard destination --- TorrentToMedia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TorrentToMedia.py b/TorrentToMedia.py index 20f6c418..6947649a 100755 --- a/TorrentToMedia.py +++ b/TorrentToMedia.py @@ -84,7 +84,7 @@ if not os.path.isfile(configFilename): config.read(configFilename) TV_Cat = config.get("SickBeard", "category") -TV_dest = config.get("CouchPotato", "destination") +TV_dest = config.get("SickBeard", "destination") Movie_dest = config.get("CouchPotato", "destination") Movie_Cat = config.get("CouchPotato", "category") useLink = int(config.get("Torrent", "uselink"))