Remove path from getOptions
This commit is contained in:
@@ -127,7 +127,7 @@ class WorkerThread(Thread):
|
||||
# Get options via arg
|
||||
from couchpotato.runner import getOptions
|
||||
args = ['--quiet']
|
||||
self.options = getOptions(base_path, args)
|
||||
self.options = getOptions(args)
|
||||
|
||||
# Load settings
|
||||
settings = Env.get('settings')
|
||||
|
||||
Reference in New Issue
Block a user