Remove path from getOptions

This commit is contained in:
Ruud
2014-06-23 20:00:00 +02:00
parent 1e7fa82e11
commit d10536a829

View File

@@ -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')