Browse Source

remove --nogit tag

tags/build/2.0.0.pre1
Ruud 13 years ago
parent
commit
7d0be0cefb
  1. 2
      Desktop.py

2
Desktop.py

@ -101,7 +101,7 @@ class WorkerThread(Thread):
# Get options via arg # Get options via arg
from couchpotato.runner import getOptions from couchpotato.runner import getOptions
args = ['--nogit', '--console_log'] args = ['--quiet']
self.options = getOptions(base_path, args) self.options = getOptions(base_path, args)
# Load settings # Load settings

Loading…
Cancel
Save