Private GIT

Skip to content
Snippets Groups Projects
Commit e79409a7 authored by labrys's avatar labrys
Browse files

Fix for-break-else statement.

parent d2b296b9
No related branches found
No related tags found
No related merge requests found
...@@ -1285,7 +1285,7 @@ def mapIndexersToShow(showObj): ...@@ -1285,7 +1285,7 @@ def mapIndexersToShow(showObj):
if len(nlist) >= 4: if len(nlist) >= 4:
logger.log(u"Found indexer mapping in cache for show: " + showObj.name, logger.DEBUG) logger.log(u"Found indexer mapping in cache for show: " + showObj.name, logger.DEBUG)
mapped[int(curResult['mindexer'])] = int(curResult['mindexer_id']) mapped[int(curResult['mindexer'])] = int(curResult['mindexer_id'])
return mapped break
else: else:
sql_l = [] sql_l = []
for indexer in sickbeard.indexerApi().indexers: for indexer in sickbeard.indexerApi().indexers:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment