mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
Remove create_destination
This commit is contained in:
parent
f5bfa17354
commit
8ebc2648d4
1 changed files with 0 additions and 5 deletions
|
@ -3,8 +3,6 @@ import sys
|
|||
import logging
|
||||
from subprocess import call
|
||||
|
||||
from TorrentToMedia import create_destination
|
||||
|
||||
|
||||
Logger = logging.getLogger()
|
||||
|
||||
|
@ -101,9 +99,6 @@ def extract(dirpath, file, outputDestination):
|
|||
else:
|
||||
Logger.debug("EXTRACTOR: Unknown file type: %s", ext[1])
|
||||
return False
|
||||
|
||||
# Create outputDestination folder
|
||||
create_destination(outputDestination)
|
||||
|
||||
Logger.info("Extracting %s to %s", filePath, outputDestination)
|
||||
Logger.debug("Extracting %s %s %s", cmd, filePath, outputDestination)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue