mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
SABnzbd-Suite: oops. forgot to update default.py (configobj moved)
This commit is contained in:
parent
c596b55db7
commit
b7ae3da30a
@ -28,7 +28,6 @@ import urllib2
|
|||||||
import socket
|
import socket
|
||||||
import time
|
import time
|
||||||
import datetime
|
import datetime
|
||||||
from configobj import ConfigObj
|
|
||||||
|
|
||||||
__scriptname__ = "SABnzbd Suite"
|
__scriptname__ = "SABnzbd Suite"
|
||||||
__author__ = "OpenELEC"
|
__author__ = "OpenELEC"
|
||||||
@ -51,6 +50,9 @@ subprocess.call(['python',__start__])
|
|||||||
# check for launching sabnzbd
|
# check for launching sabnzbd
|
||||||
sabNzbdLaunch = (__settings__.getSetting('SABNZBD_LAUNCH').lower() == 'true')
|
sabNzbdLaunch = (__settings__.getSetting('SABNZBD_LAUNCH').lower() == 'true')
|
||||||
|
|
||||||
|
sys.path.append(os.path.join(__cwd__, 'pylib'))
|
||||||
|
from configobj import ConfigObj
|
||||||
|
|
||||||
if sabNzbdLaunch:
|
if sabNzbdLaunch:
|
||||||
# SABnzbd addresses and api key
|
# SABnzbd addresses and api key
|
||||||
sabNzbdAddress = '127.0.0.1:8081'
|
sabNzbdAddress = '127.0.0.1:8081'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user