Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Higgins committed Mar 4, 2015
1 parent 5dd41f6 commit 86c3c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readSettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 86c3c89

Please sign in to comment.