Changed theTVDB indexer api keys to SickRage's, another nice catch there zoggy!

This commit is contained in:
echel0n 2014-05-31 23:54:57 -07:00
parent cfafc0a39f
commit 9847682781
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ indexerConfig[INDEXER_TVDB] = {
'id': INDEXER_TVDB,
'name': 'theTVDB',
'module': Tvdb,
'api_params': {'apikey': '9DAF49C96CBF8DAC',
'api_params': {'apikey': 'F9C450E78D99172E',
'language': 'en',
'useZip': True
},

View file

@ -3325,7 +3325,7 @@ class Home:
if do_update_scene_numbering or do_update_scene_absolute_numbering:
try:
sickbeard.scene_numbering.xem_refresh(showObj.indexerid, showObj.indexer, force=True) # @UndefinedVariable
sickbeard.scene_numbering.xem_refresh(showObj.indexerid, showObj.indexer) # @UndefinedVariable
time.sleep(cpu_presets[sickbeard.CPU_PRESET])
except exceptions.CantUpdateException, e:
errors.append("Unable to force an update on scene numbering of the show.")