Browse Source

Remove path from getOptions

tags/build/2.5.0
Ruud 11 years ago
parent
commit
d10536a829
  1. 2
      Desktop.py

2
Desktop.py

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

Loading…
Cancel
Save