mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
comment for deletion later.
This commit is contained in:
parent
a920568d44
commit
1cb43e4ad6
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ movieCategory = config.get("CouchPotato", "category")
|
|||
movieDestination = os.path.normpath(config.get("CouchPotato", "outputDirectory"))
|
||||
# Torrent specific
|
||||
useLink = int(config.get("Torrent", "useLink"))
|
||||
extractionTool = os.path.normpath(config.get("Torrent", "extractionTool"))
|
||||
extractionTool = os.path.normpath(config.get("Torrent", "extractionTool")) ### this can be removed when extractor verified.
|
||||
uTorrentWEBui = config.get("Torrent", "uTorrentWEBui")
|
||||
uTorrentUSR = config.get("Torrent", "uTorrentUSR")
|
||||
uTorrentPWD = config.get("Torrent", "uTorrentPWD")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue