From 86c3c89de958f432ddaca07bd619857582abad5d Mon Sep 17 00:00:00 2001 From: Michael Higgins Date: Wed, 4 Mar 2015 16:34:53 -0500 Subject: [PATCH] typo fix --- readSettings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readSettings.py b/readSettings.py index 325c07fa..a483506d 100644 --- a/readSettings.py +++ b/readSettings.py @@ -102,7 +102,7 @@ def __init__(self, directory, filename): 'user': '', 'pass': '' } - defaults = {'SickBeard': sb_defaults, 'CouchPotato': cp_defaults, 'Sonarr': sonarr_defaults, 'MP4': mp4_defaults, 'uTorrent': utorrent_defaults, 'SABNZBD': sab_defaults, 'Sickrage', sr_defaults} + defaults = {'SickBeard': sb_defaults, 'CouchPotato': cp_defaults, 'Sonarr': sonarr_defaults, 'MP4': mp4_defaults, 'uTorrent': utorrent_defaults, 'SABNZBD': sab_defaults, 'Sickrage': sr_defaults} write = False # Will be changed to true if a value is missing from the config file and needs to be written config = ConfigParser.SafeConfigParser()