mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-16 02:02:53 -07:00
fixes for nzbget
This commit is contained in:
parent
d52eff51ea
commit
85f79fddf2
3 changed files with 5 additions and 5 deletions
|
@ -3,10 +3,10 @@
|
|||
# adds lib directory to system path
|
||||
import os
|
||||
import sys
|
||||
from nzbtomedia.nzbToMediaConfig import config
|
||||
|
||||
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), 'lib')))
|
||||
|
||||
import nzbtomedia
|
||||
|
||||
#
|
||||
##############################################################################
|
||||
### NZBGET POST-PROCESSING SCRIPT ###
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue