mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
Removed unrequired code
This commit is contained in:
parent
e206829834
commit
ce38317d48
2 changed files with 0 additions and 8 deletions
|
@ -93,8 +93,6 @@ def extract(filePath, outputDestination):
|
|||
# Create outputDestination folder
|
||||
create_destination(outputDestination)
|
||||
|
||||
logger.info("Loading config from %s", nzbtomedia.CONFIG_FILE)
|
||||
|
||||
passwordsfile = nzbtomedia.CFG["passwords"]["PassWordFile"]
|
||||
if passwordsfile != "" and os.path.isfile(os.path.normpath(passwordsfile)):
|
||||
passwords = [line.strip() for line in open(os.path.normpath(passwordsfile))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue