mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Changed theTVDB indexer api keys to SickRage's, another nice catch there zoggy!
This commit is contained in:
parent
cfafc0a39f
commit
9847682781
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
},
|
||||
|
|
|
@ -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.")
|
||||
|
|
Loading…
Reference in a new issue