mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
call these hidden scripts
This commit is contained in:
parent
12fa2b6cbf
commit
45d4867ced
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
import os
|
|
||||||
import sys
|
import sys
|
||||||
|
sys.path.insert(0, 'autoProcess/') # add this folder to path as this allows out-of-sight files to be called.
|
||||||
|
import os
|
||||||
import logging
|
import logging
|
||||||
from subprocess import call
|
from subprocess import call
|
||||||
from nzbToMediaUtil import create_destination
|
from nzbToMediaUtil import create_destination
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue