mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Fixed improper line indentation
This commit is contained in:
parent
1ee64ced4d
commit
17906539ae
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ class NameParser(object):
|
|||
season_number = int(sql_result[0][0])
|
||||
episode_numbers = [int(sql_result[0][1])]
|
||||
else:
|
||||
try:
|
||||
try:
|
||||
lINDEXER_API_PARMS = sickbeard.indexerApi(bestResult.show.indexer).api_params.copy()
|
||||
|
||||
if bestResult.show.lang:
|
||||
|
|
Loading…
Reference in a new issue