SABnzbd-Suite: fix typo in previous commit

This commit is contained in:
Stefan Saraev 2013-01-19 01:18:38 +02:00
parent e4c6ac3edc
commit c586b2cf59

View File

@ -262,7 +262,7 @@ try:
# launch SABnzbd and get the API key
# ----------------------------------
if firstLaunch or "true" in sabnzbd_launch
if firstLaunch or "true" in sabnzbd_launch:
logging.debug('Launching SABnzbd...')
subprocess.call(sabnzbd,close_fds=True)
logging.debug('...done')