fixing capitalisation error

This commit is contained in:
2013-07-15 08:31:45 +10:00
parent 3c707b52ac
commit 1ee1c1e988
2 changed files with 2 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ def print_shows(shows, filemanager):
for showdata in existing: for showdata in existing:
print colored(showdata, 'red') print colored(showdata, 'red')
def processarguments(options): def processarguments(options):
""" """
Determine the actions required from the input flags Determine the actions required from the input flags

View File

@@ -99,7 +99,7 @@ class Sickbeard:
""" """
sickbeardprefix = \ sickbeardprefix = \
self.__settings.GetShowSickbeardEpisodePrefix(showname) self.__settings.getshowsickbeardepisodeprefix(showname)
if sickbeardprefix != "": if sickbeardprefix != "":
if not episodetitle.lower().startswith(sickbeardprefix.lower()): if not episodetitle.lower().startswith(sickbeardprefix.lower()):