mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
absolute path for autoProcess folder
This commit is contained in:
parent
2e0f378692
commit
687e6aa1b3
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import os
|
||||
import sys
|
||||
sys.path.insert(0, 'autoProcess/') # add this folder to path as this allows out-of-sight files to be called.
|
||||
sys.path.insert(0, os.path.join(os.path.dirname(sys.argv[0]),'autoProcess/'))
|
||||
import logging
|
||||
|
||||
import migratecfg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue