mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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 time
|
||||
import datetime
|
||||
from configobj import ConfigObj
|
||||
|
||||
__scriptname__ = "SABnzbd Suite"
|
||||
__author__ = "OpenELEC"
|
||||
@ -51,6 +50,9 @@ subprocess.call(['python',__start__])
|
||||
# check for launching sabnzbd
|
||||
sabNzbdLaunch = (__settings__.getSetting('SABNZBD_LAUNCH').lower() == 'true')
|
||||
|
||||
sys.path.append(os.path.join(__cwd__, 'pylib'))
|
||||
from configobj import ConfigObj
|
||||
|
||||
if sabNzbdLaunch:
|
||||
# SABnzbd addresses and api key
|
||||
sabNzbdAddress = '127.0.0.1:8081'
|
||||
|
Loading…
x
Reference in New Issue
Block a user