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()