mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
include create_destination
This commit is contained in:
parent
083d58a5d9
commit
4071a07c4a
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@ import sys
|
|||
import logging
|
||||
from subprocess import call
|
||||
|
||||
from TorrentToMedia import create_destination
|
||||
|
||||
|
||||
Logger = logging.getLogger()
|
||||
|
||||
# which() and os_platform() breaks when running in Transmission (has to do with os.environ)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue