fixing capitalisation error
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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()):
|
||||||
|
|||||||
Reference in New Issue
Block a user