mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
import SickBeard destination
This commit is contained in:
parent
62ba17bf29
commit
8aabce583e
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ if not os.path.isfile(configFilename):
|
||||||
config.read(configFilename)
|
config.read(configFilename)
|
||||||
|
|
||||||
TV_Cat = config.get("SickBeard", "category")
|
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_dest = config.get("CouchPotato", "destination")
|
||||||
Movie_Cat = config.get("CouchPotato", "category")
|
Movie_Cat = config.get("CouchPotato", "category")
|
||||||
useLink = int(config.get("Torrent", "uselink"))
|
useLink = int(config.get("Torrent", "uselink"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue