Browse Source

remove --nogit tag

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

2
Desktop.py

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

Loading…
Cancel
Save